Class GtkClass
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkClass
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
- Author:
- $Author: l2fprod $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStyleName
(String stylename) Adds a feature to the StyleName attribute of the GtkClass objectgetStyle()
Gets the Style attribute of the GtkClass objectGtkStyle[]
Gets the Styles attribute of the GtkClass objectvoid
Sets the Name attribute of the GtkClass object
-
Field Details
-
name
-
styles
-
-
Constructor Details
-
GtkClass
public GtkClass()Constructor for the GtkClass object
-
-
Method Details
-
setName
Sets the Name attribute of the GtkClass object- Parameters:
s
- The new Name value
-
getStyle
Gets the Style attribute of the GtkClass object- Returns:
- The Style value
-
getStyles
Gets the Styles attribute of the GtkClass object- Returns:
- The Styles value
-
addStyleName
Adds a feature to the StyleName attribute of the GtkClass object- Parameters:
stylename
- The feature to be added to the StyleName attribute
-