Class GtkProps
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:45 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
Gets the Keys attribute of the GtkProps objectGets the Properties attribute of the GtkProps objectgetProperty
(Object key) Gets the Property attribute of the GtkProps objectvoid
setProperty
(String key, Object value) Sets the Property attribute of the GtkProps object
-
Constructor Details
-
GtkProps
public GtkProps()Constructor for the GtkProps object
-
-
Method Details
-
setProperty
Sets the Property attribute of the GtkProps object- Parameters:
key
- The new Property valuevalue
- The new Property value
-
getProperty
Gets the Property attribute of the GtkProps object- Parameters:
key
- Description of Parameter- Returns:
- The Property value
-
getProperties
Gets the Properties attribute of the GtkProps object- Returns:
- The Properties value
-
getKeys
Gets the Keys attribute of the GtkProps object- Returns:
- The Keys value
-