javax.swing.tree.MutableTreeNode
, javax.swing.tree.TreeNode
public final class GtkStyle extends GtkProps implements javax.swing.tree.MutableTreeNode
Modifier and Type | Field | 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 | Description |
---|---|
GtkStyle() |
Modifier and Type | Method | 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, setProperty
public 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.MutableTreeNode
newParent
- The new Parent valuepublic void setUserObject(java.lang.Object object)
setUserObject
in interface javax.swing.tree.MutableTreeNode
object
- The new UserObject valuepublic GtkEngine getEngine()
public GtkParser getParser()
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
public javax.swing.tree.TreeNode getChildAt(int childIndex)
getChildAt
in interface javax.swing.tree.TreeNode
childIndex
- Description of Parameterpublic int getChildCount()
getChildCount
in interface javax.swing.tree.TreeNode
public int getIndex(javax.swing.tree.TreeNode node)
getIndex
in interface javax.swing.tree.TreeNode
node
- Description of Parameterpublic javax.swing.tree.TreeNode getParent()
getParent
in interface javax.swing.tree.TreeNode
public boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
public java.util.Enumeration children()
children
in interface javax.swing.tree.TreeNode
public java.lang.String toString()
toString
in class java.lang.Object
public void insert(javax.swing.tree.MutableTreeNode child, int index)
insert
in interface javax.swing.tree.MutableTreeNode
child
- Description of Parameterindex
- Description of Parameterpublic void remove(int index)
remove
in interface javax.swing.tree.MutableTreeNode
index
- Description of Parameterpublic void remove(javax.swing.tree.MutableTreeNode node)
remove
in interface javax.swing.tree.MutableTreeNode
node
- Description of Parameterpublic void removeFromParent()
removeFromParent
in interface javax.swing.tree.MutableTreeNode