Class GtkStyle
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
-
- com.l2fprod.gui.plaf.skin.impl.gtk.GtkStyle
-
- All Implemented Interfaces:
javax.swing.tree.MutableTreeNode
,javax.swing.tree.TreeNode
public final class GtkStyle extends GtkProps implements javax.swing.tree.MutableTreeNode
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:50:13 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description GtkStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Enumeration
children()
Description of the Methodboolean
getAllowsChildren()
Gets the AllowsChildren attribute of the GtkStyle objectjavax.swing.tree.TreeNode
getChildAt(int childIndex)
Gets the ChildAt attribute of the GtkStyle objectint
getChildCount()
Gets the ChildCount attribute of the GtkStyle objectGtkEngine
getEngine()
Gets the Engine attribute of the GtkStyle objectint
getIndex(javax.swing.tree.TreeNode node)
Gets the Index attribute of the GtkStyle objectjavax.swing.tree.TreeNode
getParent()
Gets the Parent attribute of the GtkStyle objectGtkParser
getParser()
Gets the Parser attribute of the GtkStyle objectvoid
insert(javax.swing.tree.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(javax.swing.tree.MutableTreeNode node)
Description of the Methodvoid
removeFromParent()
Description of the Methodvoid
setParent(javax.swing.tree.MutableTreeNode newParent)
Sets the Parent attribute of the GtkStyle objectvoid
setUserObject(java.lang.Object object)
Sets the UserObject attribute of the GtkStyle objectjava.lang.String
toString()
Description of the Method-
Methods inherited from class com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
getKeys, getProperties, getProperty, setProperty
-
-
-
-
Method Detail
-
setParent
public void setParent(javax.swing.tree.MutableTreeNode newParent)
Sets the Parent attribute of the GtkStyle object- Specified by:
setParent
in interfacejavax.swing.tree.MutableTreeNode
- Parameters:
newParent
- The new Parent value
-
setUserObject
public void setUserObject(java.lang.Object object)
Sets the UserObject attribute of the GtkStyle object- Specified by:
setUserObject
in interfacejavax.swing.tree.MutableTreeNode
- Parameters:
object
- The new UserObject value
-
getEngine
public GtkEngine getEngine()
Gets the Engine attribute of the GtkStyle object- Returns:
- The Engine value
-
getParser
public GtkParser 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 interfacejavax.swing.tree.TreeNode
- Returns:
- The AllowsChildren value
-
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
Gets the ChildAt attribute of the GtkStyle object- Specified by:
getChildAt
in interfacejavax.swing.tree.TreeNode
- 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 interfacejavax.swing.tree.TreeNode
- Returns:
- The ChildCount value
-
getIndex
public int getIndex(javax.swing.tree.TreeNode node)
Gets the Index attribute of the GtkStyle object- Specified by:
getIndex
in interfacejavax.swing.tree.TreeNode
- Parameters:
node
- Description of Parameter- Returns:
- The Index value
-
getParent
public javax.swing.tree.TreeNode getParent()
Gets the Parent attribute of the GtkStyle object- Specified by:
getParent
in interfacejavax.swing.tree.TreeNode
- Returns:
- The Parent value
-
isLeaf
public boolean isLeaf()
Gets the Leaf attribute of the GtkStyle object- Specified by:
isLeaf
in interfacejavax.swing.tree.TreeNode
- Returns:
- The Leaf value
-
children
public java.util.Enumeration children()
Description of the Method- Specified by:
children
in interfacejavax.swing.tree.TreeNode
- Returns:
- Description of the Returned Value
-
toString
public java.lang.String toString()
Description of the Method- Overrides:
toString
in classjava.lang.Object
- Returns:
- Description of the Returned Value
-
insert
public void insert(javax.swing.tree.MutableTreeNode child, int index)
Description of the Method- Specified by:
insert
in interfacejavax.swing.tree.MutableTreeNode
- Parameters:
child
- Description of Parameterindex
- Description of Parameter
-
remove
public void remove(int index)
Description of the Method- Specified by:
remove
in interfacejavax.swing.tree.MutableTreeNode
- Parameters:
index
- Description of Parameter
-
remove
public void remove(javax.swing.tree.MutableTreeNode node)
Description of the Method- Specified by:
remove
in interfacejavax.swing.tree.MutableTreeNode
- Parameters:
node
- Description of Parameter
-
removeFromParent
public void removeFromParent()
Description of the Method- Specified by:
removeFromParent
in interfacejavax.swing.tree.MutableTreeNode
-
-