Class GtkStyle
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
com.l2fprod.gui.plaf.skin.impl.gtk.GtkStyle
- All Implemented Interfaces:
MutableTreeNode,TreeNode
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:50:13 $
- Author:
- $Author: l2fprod $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()Description of the MethodbooleanGets the AllowsChildren attribute of the GtkStyle objectgetChildAt(int childIndex) Gets the ChildAt attribute of the GtkStyle objectintGets the ChildCount attribute of the GtkStyle objectGets the Engine attribute of the GtkStyle objectintGets the Index attribute of the GtkStyle objectGets the Parent attribute of the GtkStyle objectGets the Parser attribute of the GtkStyle objectvoidinsert(MutableTreeNode child, int index) Description of the MethodbooleanisLeaf()Gets the Leaf attribute of the GtkStyle objectvoidremove(int index) Description of the Methodvoidremove(MutableTreeNode node) Description of the MethodvoidDescription of the MethodvoidsetParent(MutableTreeNode newParent) Sets the Parent attribute of the GtkStyle objectvoidsetUserObject(Object object) Sets the UserObject attribute of the GtkStyle objecttoString()Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
getKeys, getProperties, getProperty, setProperty
-
Field Details
-
name
Description of the Field -
engine
Description of the Field -
parent
Description of the Field -
parser
Description of the Field
-
-
Constructor Details
-
GtkStyle
public GtkStyle()
-
-
Method Details
-
setParent
Sets the Parent attribute of the GtkStyle object- Specified by:
setParentin interfaceMutableTreeNode- Parameters:
newParent- The new Parent value
-
setUserObject
Sets the UserObject attribute of the GtkStyle object- Specified by:
setUserObjectin interfaceMutableTreeNode- Parameters:
object- The new UserObject value
-
getEngine
Gets the Engine attribute of the GtkStyle object- Returns:
- The Engine value
-
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 interfaceTreeNode- Returns:
- The AllowsChildren value
-
getChildAt
Gets the ChildAt attribute of the GtkStyle object- Specified by:
getChildAtin interfaceTreeNode- Parameters:
childIndex- Description of Parameter- Returns:
- The ChildAt value
-
getChildCount
public int getChildCount()Gets the ChildCount attribute of the GtkStyle object- Specified by:
getChildCountin interfaceTreeNode- Returns:
- The ChildCount value
-
getIndex
Gets the Index attribute of the GtkStyle object -
getParent
Gets the Parent attribute of the GtkStyle object -
isLeaf
public boolean isLeaf()Gets the Leaf attribute of the GtkStyle object -
children
Description of the Method -
toString
Description of the Method -
insert
Description of the Method- Specified by:
insertin interfaceMutableTreeNode- Parameters:
child- Description of Parameterindex- Description of Parameter
-
remove
public void remove(int index) Description of the Method- Specified by:
removein interfaceMutableTreeNode- Parameters:
index- Description of Parameter
-
remove
Description of the Method- Specified by:
removein interfaceMutableTreeNode- Parameters:
node- Description of Parameter
-
removeFromParent
public void removeFromParent()Description of the Method- Specified by:
removeFromParentin interfaceMutableTreeNode
-