Uses of Package
com.tensegrity.application

Packages that use com.tensegrity.application
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.application.swing   
com.tensegrity.application.swt   
com.tensegrity.gui.component The component package contains the basic abstractions for components used within a Graph application, such as GraphApplication, StatusBar, AttributeTable and ObjectTreePanel.  
com.tensegrity.gui.container   
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.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
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.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.swt.print   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.commands.generic Generic commands are those commands which are not dependant of a gui library like swing, swt, etc.  
com.tensegrity.skeleton.container The container package defines all those interfaces required for describing the behaviour of a (Tool)container used in an applicationframe. 
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.container.swt   
com.tensegrity.skeleton.launch   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swing.launch This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame.  
com.tensegrity.skeleton.swt   
com.tensegrity.skeleton.swt.commands   
com.tensegrity.skeleton.swt.container   
com.tensegrity.skeleton.swt.launch   
 

Classes in com.tensegrity.application used by com.tensegrity.application
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
PreferenceHelp
           A PreferenceHelp can be used to perform common tasks involving preferences.
 

Classes in com.tensegrity.application used by com.tensegrity.application.swing
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
DefaultGraphApplication
           The class DefaultGraphApplication is a default implementation of common functionality of a GraphApplication.
 

Classes in com.tensegrity.application used by com.tensegrity.application.swt
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
DefaultGraphApplication
           The class DefaultGraphApplication is a default implementation of common functionality of a GraphApplication.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.component
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.container
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.graphdocument
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.graphdocument.persistence
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swing.control
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swing.document
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swing.graph
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swt.document
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swt.graph
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.gui.swt.print
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.commands
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
PreferenceHelp
           A PreferenceHelp can be used to perform common tasks involving preferences.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.commands.generic
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.container
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.container.swing
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.container.swt
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.launch
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swing
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
DefaultGraphApplication
           The class DefaultGraphApplication is a default implementation of common functionality of a GraphApplication.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swing.launch
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swt
Application
           Interface Application defines the responsibility for an application using the framework by providing a command registry, preferences, the internationalization and a keystroke provider.
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
DefaultGraphApplication
           The class DefaultGraphApplication is a default implementation of common functionality of a GraphApplication.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swt.commands
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
PreferenceHelp
           A PreferenceHelp can be used to perform common tasks involving preferences.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swt.container
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Classes in com.tensegrity.application used by com.tensegrity.skeleton.swt.launch
ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 



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