Uses of Class
com.threerings.swing.PrefsTreeNode

Packages that use PrefsTreeNode
com.threerings.swing   
 

Uses of PrefsTreeNode in com.threerings.swing
 

Methods in com.threerings.swing that return PrefsTreeNode
 PrefsTreeNode PrefsTreeNode.getChild(String name)
          Returns the child with the supplied name, if it exists.
 PrefsTreeNode PrefsTree.getRootNode()
          Returns a reference to the root node.
 PrefsTreeNode PrefsTree.getSelectedNode()
          Returns a reference to the selected node, if any.
 

Methods in com.threerings.swing with parameters of type PrefsTreeNode
 int PrefsTreeNode.getInsertionIndex(PrefsTreeNode child)
          Returns the index at which the specified child should be inserted.
 void PrefsTree.insertNodeInto(PrefsTreeNode node, PrefsTreeNode parent)
          Inserts the specified node and updates the underlying preferences accordingly.
 void PrefsTree.removeNodeFromParent(PrefsTreeNode node)
          Removes the specified node from its parent and updates the underlying preferences accordingly.
 



Copyright © 2011. All Rights Reserved.