Class GtkStyle
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
com.l2fprod.gui.plaf.skin.impl.gtk.GtkStyle
- All Implemented Interfaces:
MutableTreeNode
,TreeNode
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:50:13 $
- Author:
- $Author: l2fprod $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()
Description of the Methodboolean
Gets the AllowsChildren attribute of the GtkStyle objectgetChildAt
(int childIndex) Gets the ChildAt attribute of the GtkStyle objectint
Gets the ChildCount attribute of the GtkStyle objectGets the Engine attribute of the GtkStyle objectint
Gets the Index attribute of the GtkStyle objectGets the Parent attribute of the GtkStyle objectGets the Parser attribute of the GtkStyle objectvoid
insert
(MutableTreeNode child, int index) Description of the Methodboolean
isLeaf()
Gets the Leaf attribute of the GtkStyle objectvoid
remove
(int index) Description of the Methodvoid
remove
(MutableTreeNode node) Description of the Methodvoid
Description of the Methodvoid
setParent
(MutableTreeNode newParent) Sets the Parent attribute of the GtkStyle objectvoid
setUserObject
(Object object) Sets the UserObject attribute of the GtkStyle objecttoString()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
getKeys, getProperties, getProperty, setProperty
-
Field Details
-
name
Description of the Field -
engine
Description of the Field -
parent
Description of the Field -
parser
Description of the Field
-
-
Constructor Details
-
GtkStyle
public GtkStyle()
-
-
Method Details
-
setParent
Sets the Parent attribute of the GtkStyle object- Specified by:
setParent
in interfaceMutableTreeNode
- Parameters:
newParent
- The new Parent value
-
setUserObject
Sets the UserObject attribute of the GtkStyle object- Specified by:
setUserObject
in interfaceMutableTreeNode
- Parameters:
object
- The new UserObject value
-
getEngine
Gets the Engine attribute of the GtkStyle object- Returns:
- The Engine value
-
getParser
Gets the Parser attribute of the GtkStyle object- Returns:
- The Parser value
-
getAllowsChildren
public boolean getAllowsChildren()Gets the AllowsChildren attribute of the GtkStyle object- Specified by:
getAllowsChildren
in interfaceTreeNode
- Returns:
- The AllowsChildren value
-
getChildAt
Gets the ChildAt attribute of the GtkStyle object- Specified by:
getChildAt
in interfaceTreeNode
- Parameters:
childIndex
- Description of Parameter- Returns:
- The ChildAt value
-
getChildCount
public int getChildCount()Gets the ChildCount attribute of the GtkStyle object- Specified by:
getChildCount
in interfaceTreeNode
- Returns:
- The ChildCount value
-
getIndex
Gets the Index attribute of the GtkStyle object -
getParent
Gets the Parent attribute of the GtkStyle object -
isLeaf
public boolean isLeaf()Gets the Leaf attribute of the GtkStyle object -
children
Description of the Method -
toString
Description of the Method -
insert
Description of the Method- Specified by:
insert
in interfaceMutableTreeNode
- Parameters:
child
- Description of Parameterindex
- Description of Parameter
-
remove
public void remove(int index) Description of the Method- Specified by:
remove
in interfaceMutableTreeNode
- Parameters:
index
- Description of Parameter
-
remove
Description of the Method- Specified by:
remove
in interfaceMutableTreeNode
- Parameters:
node
- Description of Parameter
-
removeFromParent
public void removeFromParent()Description of the Method- Specified by:
removeFromParent
in interfaceMutableTreeNode
-