Uses of Class
com.tensegrity.gui.swing.control.tree.TreeOutliner

Packages that use TreeOutliner
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
com.tensegrity.gui.swing.control.tree.strategy   
 

Uses of TreeOutliner in com.tensegrity.gui.swing.control.tree
 

Fields in com.tensegrity.gui.swing.control.tree declared as TreeOutliner
protected  TreeOutliner SwingObjectTreePanel.objTree_i
          The tree used to display graph data.
 

Methods in com.tensegrity.gui.swing.control.tree that return TreeOutliner
protected  TreeOutliner SwingObjectTreePanel.getOutliner()
          Factory method returning a new instance of TreeOutliner It uses the instance variables table_i and uiManager_i.
 TreeOutliner SwingObjectTreePanel.getTree()
          Returns the local instance of TreeOutliner.
 

Uses of TreeOutliner in com.tensegrity.gui.swing.control.tree.strategy
 

Methods in com.tensegrity.gui.swing.control.tree.strategy that return TreeOutliner
protected  TreeOutliner AbstractTreeStrategy.getTree()
           Method giving access to the TreeOutliner instance to which the strategy is applied.
 

Methods in com.tensegrity.gui.swing.control.tree.strategy with parameters of type TreeOutliner
 void AbstractTreeStrategy.setTree(TreeOutliner tree)
           Sets the local instance of TreeOutliner.
 

Constructors in com.tensegrity.gui.swing.control.tree.strategy with parameters of type TreeOutliner
AbstractVisualGraphTreeStrategy(UIManager uiManager, TreeOutliner tree)
           Initializes instances of this class with the passed UIManager and TreeOutliner instances
AbstractTreeStrategy(UIManager uiManager, TreeOutliner tree)
           Initializes instances of this class with the passed UIManager and TreeOutliner instances.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.