Uses of Interface
com.tensegrity.composite.CompositeNavigatorProvider

Packages that use CompositeNavigatorProvider
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.graph.view Contains the graph view interface.  
 

Uses of CompositeNavigatorProvider in com.tensegrity.composite
 

Subinterfaces of CompositeNavigatorProvider in com.tensegrity.composite
 interface CompositeView
           This interface represents the top-level BaseCompositeContainer in a tree of like-kind containers.
 

Methods in com.tensegrity.composite that return CompositeNavigatorProvider
 CompositeNavigatorProvider CompositeNavigator.getProvider()
          Returns the CompositeNavigatorProvider the CompositeNavigator currently displays the content of.
 

Methods in com.tensegrity.composite with parameters of type CompositeNavigatorProvider
 void CompositeNavigator.setProvider(CompositeNavigatorProvider provider)
          Sets the CompositeNavigatorProvider given by provider as the new content provider for the CompositeNavigator.
 

Uses of CompositeNavigatorProvider in com.tensegrity.graph.view
 

Subinterfaces of CompositeNavigatorProvider in com.tensegrity.graph.view
 interface VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 



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