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

public final class GtkStyle extends GtkProps implements MutableTreeNode
Version:
$Revision: 1.2 $, $Date: 2003/12/06 21:50:13 $
Author:
$Author: l2fprod $
  • Field Details

    • name

      public String name
      Description of the Field
    • engine

      public GtkEngine engine
      Description of the Field
    • parent

      public MutableTreeNode parent
      Description of the Field
    • parser

      public GtkParser parser
      Description of the Field
  • Constructor Details

    • GtkStyle

      public GtkStyle()
  • Method Details

    • setParent

      public void setParent(MutableTreeNode newParent)
      Sets the Parent attribute of the GtkStyle object
      Specified by:
      setParent in interface MutableTreeNode
      Parameters:
      newParent - The new Parent value
    • setUserObject

      public void setUserObject(Object object)
      Sets the UserObject attribute of the GtkStyle object
      Specified by:
      setUserObject in interface 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:
      getAllowsChildren in interface TreeNode
      Returns:
      The AllowsChildren value
    • getChildAt

      public TreeNode getChildAt(int childIndex)
      Gets the ChildAt attribute of the GtkStyle object
      Specified by:
      getChildAt in interface TreeNode
      Parameters:
      childIndex - Description of Parameter
      Returns:
      The ChildAt value
    • getChildCount

      public int getChildCount()
      Gets the ChildCount attribute of the GtkStyle object
      Specified by:
      getChildCount in interface TreeNode
      Returns:
      The ChildCount value
    • getIndex

      public int getIndex(TreeNode node)
      Gets the Index attribute of the GtkStyle object
      Specified by:
      getIndex in interface TreeNode
      Parameters:
      node - Description of Parameter
      Returns:
      The Index value
    • getParent

      public TreeNode getParent()
      Gets the Parent attribute of the GtkStyle object
      Specified by:
      getParent in interface TreeNode
      Returns:
      The Parent value
    • isLeaf

      public boolean isLeaf()
      Gets the Leaf attribute of the GtkStyle object
      Specified by:
      isLeaf in interface TreeNode
      Returns:
      The Leaf value
    • children

      public Enumeration children()
      Description of the Method
      Specified by:
      children in interface TreeNode
      Returns:
      Description of the Returned Value
    • toString

      public String toString()
      Description of the Method
      Overrides:
      toString in class Object
      Returns:
      Description of the Returned Value
    • insert

      public void insert(MutableTreeNode child, int index)
      Description of the Method
      Specified by:
      insert in interface MutableTreeNode
      Parameters:
      child - Description of Parameter
      index - Description of Parameter
    • remove

      public void remove(int index)
      Description of the Method
      Specified by:
      remove in interface MutableTreeNode
      Parameters:
      index - Description of Parameter
    • remove

      public void remove(MutableTreeNode node)
      Description of the Method
      Specified by:
      remove in interface MutableTreeNode
      Parameters:
      node - Description of Parameter
    • removeFromParent

      public void removeFromParent()
      Description of the Method
      Specified by:
      removeFromParent in interface MutableTreeNode