Uses of Class
com.tensegrity.gui.swing.control.tree.strategy.AbstractTreeStrategy

Packages that use AbstractTreeStrategy
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 AbstractTreeStrategy in com.tensegrity.gui.swing.control.tree
 

Methods in com.tensegrity.gui.swing.control.tree that return AbstractTreeStrategy
 AbstractTreeStrategy TreeOutliner.getStrategy()
          Returns the currently applied strategy.
 AbstractTreeStrategy TreeOutliner.getDefaultStrategy(Document doc)
          Returns the defaultStrategy associated to the passed document Important When overridding this method it is important to set the default strategy using setDefaultStrategy if the default strategy required did not previously exist and is herein created.
protected  AbstractTreeStrategy TreeOutliner.getStrategyAssociatedToDocument(Document doc, java.lang.String name)
          Method getStrategyAssociatedToGraph returns the AbstractVisualGraphObjectTreeStrategy corresponding to the passed document.
 

Methods in com.tensegrity.gui.swing.control.tree with parameters of type AbstractTreeStrategy
 void TreeOutliner.setStrategy(AbstractTreeStrategy strategy)
          Sets the current strategy to be strategy.
 void TreeOutliner.setDefaultStrategy(AbstractTreeStrategy defaultStrategy, java.lang.String documentType)
           Sets the default strategy.
 

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

Subclasses of AbstractTreeStrategy in com.tensegrity.gui.swing.control.tree.strategy
 class AbstractVisualGraphTreeStrategy
           This abstract class offers another abstract layer above the AbstractTreeStrategy abstract class it extends in order to provide more default methods implementation that can be used for concrete "strategies" associated to VisualGraphs.
 class DefaultVisualGraphTreeStrategy
          This is the default javax.swing implementation of the abstract AbstractVisualGraphTreeStrategy.
 



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