public final class GtkStyle extends GtkProps implements javax.swing.tree.MutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
GtkEngine |
engine
Description of the Field
|
java.lang.String |
name
Description of the Field
|
javax.swing.tree.MutableTreeNode |
parent
Description of the Field
|
GtkParser |
parser
Description of the Field
|
| Constructor and Description |
|---|
GtkStyle() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration |
children()
Description of the Method
|
boolean |
getAllowsChildren()
Gets the AllowsChildren attribute of the GtkStyle object
|
javax.swing.tree.TreeNode |
getChildAt(int childIndex)
Gets the ChildAt attribute of the GtkStyle object
|
int |
getChildCount()
Gets the ChildCount attribute of the GtkStyle object
|
GtkEngine |
getEngine()
Gets the Engine attribute of the GtkStyle object
|
int |
getIndex(javax.swing.tree.TreeNode node)
Gets the Index attribute of the GtkStyle object
|
javax.swing.tree.TreeNode |
getParent()
Gets the Parent attribute of the GtkStyle object
|
GtkParser |
getParser()
Gets the Parser attribute of the GtkStyle object
|
void |
insert(javax.swing.tree.MutableTreeNode child,
int index)
Description of the Method
|
boolean |
isLeaf()
Gets the Leaf attribute of the GtkStyle object
|
void |
remove(int index)
Description of the Method
|
void |
remove(javax.swing.tree.MutableTreeNode node)
Description of the Method
|
void |
removeFromParent()
Description of the Method
|
void |
setParent(javax.swing.tree.MutableTreeNode newParent)
Sets the Parent attribute of the GtkStyle object
|
void |
setUserObject(java.lang.Object object)
Sets the UserObject attribute of the GtkStyle object
|
java.lang.String |
toString()
Description of the Method
|
getKeys, getProperties, getProperty, setPropertypublic java.lang.String name
public GtkEngine engine
public javax.swing.tree.MutableTreeNode parent
public GtkParser parser
public void setParent(javax.swing.tree.MutableTreeNode newParent)
setParent in interface javax.swing.tree.MutableTreeNodenewParent - The new Parent valuepublic void setUserObject(java.lang.Object object)
setUserObject in interface javax.swing.tree.MutableTreeNodeobject - The new UserObject valuepublic GtkEngine getEngine()
public GtkParser getParser()
public boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodepublic javax.swing.tree.TreeNode getChildAt(int childIndex)
getChildAt in interface javax.swing.tree.TreeNodechildIndex - Description of Parameterpublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodepublic int getIndex(javax.swing.tree.TreeNode node)
getIndex in interface javax.swing.tree.TreeNodenode - Description of Parameterpublic javax.swing.tree.TreeNode getParent()
getParent in interface javax.swing.tree.TreeNodepublic boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodepublic java.util.Enumeration children()
children in interface javax.swing.tree.TreeNodepublic java.lang.String toString()
toString in class java.lang.Objectpublic void insert(javax.swing.tree.MutableTreeNode child,
int index)
insert in interface javax.swing.tree.MutableTreeNodechild - Description of Parameterindex - Description of Parameterpublic void remove(int index)
remove in interface javax.swing.tree.MutableTreeNodeindex - Description of Parameterpublic void remove(javax.swing.tree.MutableTreeNode node)
remove in interface javax.swing.tree.MutableTreeNodenode - Description of Parameterpublic void removeFromParent()
removeFromParent in interface javax.swing.tree.MutableTreeNode