Uses of Package
com.tensegrity.gui.graphdocument

Packages that use com.tensegrity.gui.graphdocument
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.gui.document.persistence   
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.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
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.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.inplaceediting   
com.tensegrity.gui.swt This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.control   
com.tensegrity.gui.swt.dialog   
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.swt.inplaceediting   
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   
com.tensegrity.skeleton.swt.commands   
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.application
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.document.persistence
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.graphdocument
DocumentFactory
          The abstract base Class for DocumentFactory's.
ElementDefinitionUtil.RenameAttributable
           Abstract class for an AttributableOnSet that can be used to rename multiple items in the context of an AttributeEditor.
ElementDefinitionUtil.UsedItemInfo
           Struct to store the information the method ElementDefinitionUtil.gatherUsedItems(GraphDocument) returns
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
GraphPanelDragEvent
          DragAndDropEvent
GraphPanelDragListener
          ViewDragAndDropListener
GraphPanelListener
          This class specifies the layout of classes that like to be informed about events that originate from a GraphPanel.
ModifiedVisualGraphListener
          The ModifiedVisualGraphListener combines all listener interfaces to be able to track all sort of changes of a VisualGraph.
ToolTipGenerator
          Interface to use in GraphPanels for the creation of tooltip texts in response to MouseEvents etc.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.graphdocument.persistence
ElementDefinitionUtil.RenameAttributable
           Abstract class for an AttributableOnSet that can be used to rename multiple items in the context of an AttributeEditor.
ElementDefinitionWrapper
           The class ElementDefinitionWrapper contains information and methods that are used managing definitions and their conflicts during import operations.
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.inplaceediting
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.control
GraphPanelListener
          This class specifies the layout of classes that like to be informed about events that originate from a GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.dialog
ElementDefinitionWrapper
           The class ElementDefinitionWrapper contains information and methods that are used managing definitions and their conflicts during import operations.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.dialog.ruleeditor
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.dnd
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.document
DocumentFactory
          The abstract base Class for DocumentFactory's.
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.graph
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
GraphPanelAttributableOnSetDelegate
           The AttributableOnSetDelegate for a GraphPanel.
GraphPanelDragListener
          ViewDragAndDropListener
GraphPanelListener
          This class specifies the layout of classes that like to be informed about events that originate from a GraphPanel.
ModifiedVisualGraphListener
          The ModifiedVisualGraphListener combines all listener interfaces to be able to track all sort of changes of a VisualGraph.
ToolTipGenerator
          Interface to use in GraphPanels for the creation of tooltip texts in response to MouseEvents etc.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swing.inplaceediting
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt
ToolTipGenerator
          Interface to use in GraphPanels for the creation of tooltip texts in response to MouseEvents etc.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt.control
GraphPanelListener
          This class specifies the layout of classes that like to be informed about events that originate from a GraphPanel.
ToolTipGenerator
          Interface to use in GraphPanels for the creation of tooltip texts in response to MouseEvents etc.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt.dialog
ElementDefinitionWrapper
           The class ElementDefinitionWrapper contains information and methods that are used managing definitions and their conflicts during import operations.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt.document
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt.graph
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
GraphPanelAttributableOnSetDelegate
           The AttributableOnSetDelegate for a GraphPanel.
GraphPanelDragListener
          ViewDragAndDropListener
GraphPanelListener
          This class specifies the layout of classes that like to be informed about events that originate from a GraphPanel.
ModifiedVisualGraphListener
          The ModifiedVisualGraphListener combines all listener interfaces to be able to track all sort of changes of a VisualGraph.
ToolTipGenerator
          Interface to use in GraphPanels for the creation of tooltip texts in response to MouseEvents etc.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.swt.inplaceediting
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.gui.template
GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.skeleton.commands
ElementDefinitionWrapper
           The class ElementDefinitionWrapper contains information and methods that are used managing definitions and their conflicts during import operations.
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.skeleton.swt
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 

Classes in com.tensegrity.gui.graphdocument used by com.tensegrity.skeleton.swt.commands
GraphDocument
           Interface GraphDocument represents the document type for a persisted Graph which, together with its views, can be queried from its parent GraphPanel.
 



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