Class GtkStyle

  • All Implemented Interfaces:
    javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

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

      Fields 
      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 Summary

      Constructors 
      Constructor Description
      GtkStyle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Description of the Field
      • engine

        public GtkEngine engine
        Description of the Field
      • parent

        public javax.swing.tree.MutableTreeNode parent
        Description of the Field
      • parser

        public GtkParser parser
        Description of the Field
    • Constructor Detail

      • GtkStyle

        public GtkStyle()
    • Method Detail

      • setParent

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

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

        public javax.swing.tree.TreeNode getChildAt​(int childIndex)
        Gets the ChildAt attribute of the GtkStyle object
        Specified by:
        getChildAt in interface javax.swing.tree.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 javax.swing.tree.TreeNode
        Returns:
        The ChildCount value
      • getIndex

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

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

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

        public java.util.Enumeration children()
        Description of the Method
        Specified by:
        children in interface javax.swing.tree.TreeNode
        Returns:
        Description of the Returned Value
      • toString

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

        public void insert​(javax.swing.tree.MutableTreeNode child,
                           int index)
        Description of the Method
        Specified by:
        insert in interface javax.swing.tree.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 javax.swing.tree.MutableTreeNode
        Parameters:
        index - Description of Parameter
      • remove

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

        public void removeFromParent()
        Description of the Method
        Specified by:
        removeFromParent in interface javax.swing.tree.MutableTreeNode