Class GtkProps
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
-
-
Constructor Summary
Constructors Constructor Description GtkProps()Constructor for the GtkProps object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.VectorgetKeys()Gets the Keys attribute of the GtkProps objectjava.util.HashtablegetProperties()Gets the Properties attribute of the GtkProps objectjava.lang.ObjectgetProperty(java.lang.Object key)Gets the Property attribute of the GtkProps objectvoidsetProperty(java.lang.String key, java.lang.Object value)Sets the Property attribute of the GtkProps object
-
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.String key, java.lang.Object value)Sets the Property attribute of the GtkProps object- Parameters:
key- The new Property valuevalue- The new Property value
-
getProperty
public java.lang.Object getProperty(java.lang.Object key)
Gets the Property attribute of the GtkProps object- Parameters:
key- Description of Parameter- Returns:
- The Property value
-
getProperties
public java.util.Hashtable getProperties()
Gets the Properties attribute of the GtkProps object- Returns:
- The Properties value
-
getKeys
public java.util.Vector getKeys()
Gets the Keys attribute of the GtkProps object- Returns:
- The Keys value
-
-