Uses of Class
dsto.dfc.swing.tree.DefaultDfcTreeModel.Node

Packages that use DefaultDfcTreeModel.Node
dsto.dfc.swing.tree Extends the Swing tree package to add support for advanced tree models (supporting add, remove, copy, paste etc) and provide several extensions to the JTree component. 
 

Uses of DefaultDfcTreeModel.Node in dsto.dfc.swing.tree
 

Methods in dsto.dfc.swing.tree that return DefaultDfcTreeModel.Node
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.addChild(DefaultDfcTreeModel.Node parent, Object entry)
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.addChild(DefaultDfcTreeModel.Node parent, Object entry, int index)
           
protected  DefaultDfcTreeModel.Node DefaultDfcTreeModel.cloneNodes(DefaultDfcTreeModel.Node node)
          Clone a tree of nodes and add them to this models entry to node map.
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.Node.getChild(int index)
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.Node.getChild(Object childEntry)
          Get the first child with matching entry, or null if no such child exists.
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.getNodeForEntry(Object entry)
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.getNodeForPath(Object[] path)
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.Node.getParent()
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.getRootNode()
          Get the root node of the tree.
protected  DefaultDfcTreeModel.Node DefaultDfcTreeModel.Node.remove(int index)
           
 

Methods in dsto.dfc.swing.tree with parameters of type DefaultDfcTreeModel.Node
protected  int DefaultDfcTreeModel.Node.add(DefaultDfcTreeModel.Node child)
           
protected  void DefaultDfcTreeModel.Node.add(DefaultDfcTreeModel.Node child, int index)
          Add a child node at its appropriate position in the child list.
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.addChild(DefaultDfcTreeModel.Node parent, Object entry)
           
 DefaultDfcTreeModel.Node DefaultDfcTreeModel.addChild(DefaultDfcTreeModel.Node parent, Object entry, int index)
           
protected  DefaultDfcTreeModel.Node DefaultDfcTreeModel.cloneNodes(DefaultDfcTreeModel.Node node)
          Clone a tree of nodes and add them to this models entry to node map.
protected  void DefaultDfcTreeModel.copyFromSubtree(DefaultDfcTreeModel.Node trgRoot, int trgIndex, TreeModel srcModel, Object srcRoot)
          Copy a subtree from a TreeModel into this model.
 int DefaultDfcTreeModel.Node.getIndexOfChild(DefaultDfcTreeModel.Node child)
           
 Object[] DefaultDfcTreeModel.getPathForNode(DefaultDfcTreeModel.Node node)
           
protected  boolean DefaultDfcTreeModel.Node.remove(DefaultDfcTreeModel.Node child)
           
 void DefaultDfcTreeModel.removeAllChildren(DefaultDfcTreeModel.Node node)
          Remove all children of a node.
protected  void DefaultDfcTreeModel.removeEntryMappings(DefaultDfcTreeModel.Node node)
          Remove all entry to node mappings for a node tree.
 void DefaultDfcTreeModel.removeNode(DefaultDfcTreeModel.Node node)
           
 



Copyright © 2008 Commonwealth of Australia