|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
com.l2fprod.gui.plaf.skin.impl.gtk.GtkStyle
public final class GtkStyle
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
GtkStyle()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps |
|---|
getKeys, getProperties, getProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public GtkEngine engine
public javax.swing.tree.MutableTreeNode parent
public GtkParser parser
| Constructor Detail |
|---|
public GtkStyle()
| Method Detail |
|---|
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 Parameter
public 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 Parameter
public 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.Object
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||