| Constructor | Description |
|---|---|
GtkProps() |
Constructor for the GtkProps object
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Vector |
getKeys() |
Gets the Keys attribute of the GtkProps object
|
java.util.Hashtable |
getProperties() |
Gets the Properties attribute of the GtkProps object
|
java.lang.Object |
getProperty(java.lang.Object key) |
Gets the Property attribute of the GtkProps object
|
void |
setProperty(java.lang.String key,
java.lang.Object value) |
Sets the Property attribute of the GtkProps object
|
public void setProperty(java.lang.String key,
java.lang.Object value)
key - The new Property valuevalue - The new Property valuepublic java.lang.Object getProperty(java.lang.Object key)
key - Description of Parameterpublic java.util.Hashtable getProperties()
public java.util.Vector getKeys()