Uses of Interface
dsto.dfc.swing.tree.DfcTreeModel

Packages that use DfcTreeModel
dsto.dfc.swing.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swing.forms A high-level framework supporting the assembly of UI editor components into forms. 
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 DfcTreeModel in dsto.dfc.swing.commands
 

Classes in dsto.dfc.swing.commands that implement DfcTreeModel
 class CommandViewTreeModel
           
 

Uses of DfcTreeModel in dsto.dfc.swing.forms
 

Classes in dsto.dfc.swing.forms that implement DfcTreeModel
 class CustomizersTreeModel
          The tree model used by CustomizersPanel.
 

Uses of DfcTreeModel in dsto.dfc.swing.tree
 

Classes in dsto.dfc.swing.tree that implement DfcTreeModel
 class AbstractDfcTreeModel
          Base class for clients implementing DfcTreeModel.
 class DefaultDfcTreeModel
          Default implementation of DfcTreeModel using HashMap and ArrayList.
 class DfcSwingTreeModel
          An implementation of a node-based tree DfcTreeModel using Swing's DefaultTreeModel as the base.
 

Methods in dsto.dfc.swing.tree that return DfcTreeModel
 DfcTreeModel DefaultDfcTreeModel.clone(Object srcRoot)
          Clone a subtree of this model.
 DfcTreeModel DfcTree.getDfcTreeModel()
          If the current model is a DfcTreeModel return it, otherwise return null.
 

Methods in dsto.dfc.swing.tree with parameters of type DfcTreeModel
protected  int CmdMoveEntry.getNextIndex(DfcTreeModel model, Object parent, int index)
           
 



Copyright © 2008 Commonwealth of Australia