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.Enumerationchildren()Description of the MethodbooleangetAllowsChildren()Gets the AllowsChildren attribute of the GtkStyle objectjavax.swing.tree.TreeNodegetChildAt(int childIndex)Gets the ChildAt attribute of the GtkStyle objectintgetChildCount()Gets the ChildCount attribute of the GtkStyle objectGtkEnginegetEngine()Gets the Engine attribute of the GtkStyle objectintgetIndex(javax.swing.tree.TreeNode node)Gets the Index attribute of the GtkStyle objectjavax.swing.tree.TreeNodegetParent()Gets the Parent attribute of the GtkStyle objectGtkParsergetParser()Gets the Parser attribute of the GtkStyle objectvoidinsert(javax.swing.tree.MutableTreeNode child, int index)Description of the MethodbooleanisLeaf()Gets the Leaf attribute of the GtkStyle objectvoidremove(int index)Description of the Methodvoidremove(javax.swing.tree.MutableTreeNode node)Description of the MethodvoidremoveFromParent()Description of the MethodvoidsetParent(javax.swing.tree.MutableTreeNode newParent)Sets the Parent attribute of the GtkStyle objectvoidsetUserObject(java.lang.Object object)Sets the UserObject attribute of the GtkStyle objectjava.lang.StringtoString()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:
setParentin 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:
setUserObjectin 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:
getAllowsChildrenin 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:
getChildAtin 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:
getChildCountin 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:
getIndexin 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:
getParentin interfacejavax.swing.tree.TreeNode- Returns:
- The Parent value
-
isLeaf
public boolean isLeaf()
Gets the Leaf attribute of the GtkStyle object- Specified by:
isLeafin interfacejavax.swing.tree.TreeNode- Returns:
- The Leaf value
-
children
public java.util.Enumeration children()
Description of the Method- Specified by:
childrenin interfacejavax.swing.tree.TreeNode- Returns:
- Description of the Returned Value
-
toString
public java.lang.String toString()
Description of the Method- Overrides:
toStringin 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:
insertin interfacejavax.swing.tree.MutableTreeNode- Parameters:
child- Description of Parameterindex- Description of Parameter
-
remove
public void remove(int index)
Description of the Method- Specified by:
removein interfacejavax.swing.tree.MutableTreeNode- Parameters:
index- Description of Parameter
-
remove
public void remove(javax.swing.tree.MutableTreeNode node)
Description of the Method- Specified by:
removein interfacejavax.swing.tree.MutableTreeNode- Parameters:
node- Description of Parameter
-
removeFromParent
public void removeFromParent()
Description of the Method- Specified by:
removeFromParentin interfacejavax.swing.tree.MutableTreeNode
-
-