Uses of Package
com.tensegrity.graph.view

Packages that use com.tensegrity.graph.view
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.graph.classdiagram ClassDiagram functionality.  
com.tensegrity.graph.controller Graph Controller specification.  
com.tensegrity.graph.element Element functions.  
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.graph.layout Contains the layout algorithms and their dependent utility classes.  
com.tensegrity.graph.layout.controller The controller package contains several concrete implementations of abstract class LayoutController which can be used in many common applications.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule The rule package contains the code for rules that are used throughout the graph packages.  
com.tensegrity.graph.rule.handler Handlers that can be registered and then activated in rules.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.graph.view.image   
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.graphdocument.persistence   
com.tensegrity.gui.inplaceediting   
com.tensegrity.gui.printing   
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   
com.tensegrity.gui.swing.dialog This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API.  
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.gui.swing.dialog.ruleeditor   
com.tensegrity.gui.swing.dnd This package contains a basic implementation for Drag And Drop.  
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swing.print   
com.tensegrity.gui.swing.repository The repository package contains classes for the creation of a repository control.  
com.tensegrity.gui.swt.dialog   
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.swt.print   
com.tensegrity.gui.swt.repository   
com.tensegrity.gui.template   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.swt.commands   
 

Classes in com.tensegrity.graph.view used by com.tensegrity.application
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.classdiagram
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.controller
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.element
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualNode
           This interface represents the functionality of any potential Node representation.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.event
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualPort
           This interface represents the visualization of a model Port that is contained and managed by a VisualNode.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.layout
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualPortAssignmentPredicate
           The class VisualPortAssignmentPredicate contains predefined predicates that can be used for angle or direction-based port reassignment.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.layout.controller
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.persistence
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.rule
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.rule.handler
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.view
ClipboardOperationException
           A ClipboardOperationException is thrown whenever an operation that should be made onto the clipboard fails.
CustomUndoRedo
          A custom undo-redo step can be implemented and submitted by implementing this interface.
GraphViewFactory
           This abstract class defines the methods to create instances of all graph view objects.
InteractionControl
          Interaction control.
InteractionHighlightConfiguration
          The InteractionHighlightConfiguration class serves as a central point for the configuration of the highlights that are displayed throughout user interaction.
InteractionSettings
          Interaction settings.
NestedVisualEdgeCreationController
          This class is a predicate callback that can be used to control what nested-edges the api may introduce or not.
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualEdgeComposite
          The VisualEdgeComposite interface is a generalization of the CompositeLine interface.
VisualEdgeInfo
          Tag interface that indicates that an implementation class holds additional information that is associated 1:1 with an instance of VisualEdge.
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphObjectComposite
          The VisualGraphObjectComposite interface is a generalization of the BaseComposite interface.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualGraphVisitor
          This class is a functional visitor for subgraphs.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualNodeComposite
          The VisualNodeComposite interface is a generalization of the Composite interface.
VisualNodeInfo
          Tag interface that indicates that an implementation class holds additional information that is associated 1:1 with an instance of VisualNode The only method that is defined in this interface is the method VisualNodeInfo.deepCopy() which can be implemented in any way by the client.
VisualPort
           This interface represents the visualization of a model Port that is contained and managed by a VisualNode.
VisualPortAssignmentPredicate
           The class VisualPortAssignmentPredicate contains predefined predicates that can be used for angle or direction-based port reassignment.
VisualPortDenotation
           Instances of this class describe the characteristics of a VisualPort.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
VisualSubgraphComposite
          The VisualSubgraphComposite interface is a generalization of the CompositeGroup interface.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.graph.view.image
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.graphdocument
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.graphdocument.persistence
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.inplaceediting
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.printing
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.control.tree
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.control.tree.strategy
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.dialog
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.dialog.graphtools
VisualGraph
           This interface defines a view of a Graph model to which instances must always be attached.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.dialog.ruleeditor
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.dnd
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualNode
           This interface represents the functionality of any potential Node representation.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.document
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.graph
VisualEdge
           This interface represents the functionality of any potential Edge representation.
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.print
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swing.repository
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swt.dialog
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swt.document
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swt.graph
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swt.print
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.swt.repository
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.gui.template
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.skeleton.commands
VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
VisualGraphObjectContainer
           This interface holds the methods that define the container role for classes that manage VisualGraphObject instances.
VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
VisualNode
           This interface represents the functionality of any potential Node representation.
 

Classes in com.tensegrity.graph.view used by com.tensegrity.skeleton.swt.commands
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.