Uses of Package
com.tensegrity.gui

Packages that use com.tensegrity.gui
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 This package contains all i18n related classes such as UIManager, GUIItem and various type of list implementations which are responsible for the dynamic switch of the language during runtime.  
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.document Contains the interfaces for document types and the framework which maintains such documents.  
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 The package is the container for all swing-related gui classes and interfaces.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.attributeeditor   
com.tensegrity.gui.swing.control.attributetable This package contains the AttributeTable implementation. 
com.tensegrity.gui.swing.control.attributetree   
com.tensegrity.gui.swing.control.multiselect This package contains the MultiSelectPanel and MultiSelectComboBox implementation. 
com.tensegrity.gui.swing.control.preview This package contains interfaces and implementations for all sort of preview panels used to show previews on Stroke-, Font- or PaintFormats. 
com.tensegrity.gui.swing.control.slidepanel This package contains our SlidePanel implementation. 
com.tensegrity.gui.swing.control.spinbutton   
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.graphfilechooser The extension to the default Open- and Save-Dialog is placed in this package. 
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.gui.swing.dialog.panel The package for all format panel implementations. 
com.tensegrity.gui.swing.dialog.ruleeditor   
com.tensegrity.gui.swing.dock.core   
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.document.persistence   
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 This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.control   
com.tensegrity.gui.swt.control.attributetree   
com.tensegrity.gui.swt.control.attributetree.editors   
com.tensegrity.gui.swt.control.buttons   
com.tensegrity.gui.swt.control.panels   
com.tensegrity.gui.swt.dialog   
com.tensegrity.gui.swt.dialog.graphfilechooser   
com.tensegrity.gui.swt.dialog.graphtools   
com.tensegrity.gui.swt.dialog.ruleeditor   
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.document.persitence   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.template   
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.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
com.tensegrity.skeleton.swt.container   
 

Classes in com.tensegrity.gui used by com.tensegrity.application
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
KeyStrokeProvider
           This abstract class defines and provides a single point of access to the KeyStroke s used as shortcut keys for some commands.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.application.swing
KeyStrokeProvider
           This abstract class defines and provides a single point of access to the KeyStroke s used as shortcut keys for some commands.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.application.swt
KeyStrokeProvider
           This abstract class defines and provides a single point of access to the KeyStroke s used as shortcut keys for some commands.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui
KeyStrokeBuilder
           An instance of this class which allows building a KeyStroke instance from the string representations of a key code and modifiers.
KeyStrokeBuilder.keyStrokeBuilderException
           Exception indicating that an error occured when trying to build a KeyStroke with an instance of KeyStrokeBuilder
LNFConfiguration
          Global configuration settings for the LNF.
UIItem
           The class UIItem represents a basic user interface item.
UIItemList
          UIItemList holds lists of UIItems.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.component
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.document
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.graphdocument
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.graphdocument.persistence
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing
KeyStrokeBuilder
           An instance of this class which allows building a KeyStroke instance from the string representations of a key code and modifiers.
KeyStrokeBuilder.keyStrokeBuilderException
           Exception indicating that an error occured when trying to build a KeyStroke with an instance of KeyStrokeBuilder
KeyStrokeProvider
           This abstract class defines and provides a single point of access to the KeyStroke s used as shortcut keys for some commands.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIItemList
          UIItemList holds lists of UIItems.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.attributeeditor
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.attributetable
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.attributetree
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.multiselect
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIItemEvaluationList
          UIItemEvaluationList is a helper class to apply the GUIItem ID's to components.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.preview
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.slidepanel
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.spinbutton
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.tree
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.control.tree.strategy
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dialog
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dialog.graphfilechooser
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dialog.graphtools
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dialog.panel
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIItemEvaluationList
          UIItemEvaluationList is a helper class to apply the GUIItem ID's to components.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dialog.ruleeditor
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.dock.core
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.document
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIItemEvaluationList
          UIItemEvaluationList is a helper class to apply the GUIItem ID's to components.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.document.persistence
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.graph
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.print
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swing.repository
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt
DefaultUIManager
          An sample implementation on how a UIManager could look like.
KeyStrokeBuilder
           An instance of this class which allows building a KeyStroke instance from the string representations of a key code and modifiers.
KeyStrokeBuilder.keyStrokeBuilderException
           Exception indicating that an error occured when trying to build a KeyStroke with an instance of KeyStrokeBuilder
KeyStrokeProvider
           This abstract class defines and provides a single point of access to the KeyStroke s used as shortcut keys for some commands.
UIItemList
          UIItemList holds lists of UIItems.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.control
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.control.attributetree
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.control.attributetree.editors
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.control.buttons
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.control.panels
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.dialog
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.dialog.graphfilechooser
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.dialog.graphtools
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.dialog.ruleeditor
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.document
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIItemEvaluationList
          UIItemEvaluationList is a helper class to apply the GUIItem ID's to components.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.document.persitence
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.swt.graph
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.gui.template
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.skeleton.container
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.skeleton.swing
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 

Classes in com.tensegrity.gui used by com.tensegrity.skeleton.swt
Evaluable
           The Evaluable interface describes a role for objects which presumably own or reference a UIItemEvaluationList, hence the name.
 

Classes in com.tensegrity.gui used by com.tensegrity.skeleton.swt.container
UIManager
           The UIManager of an application is responsible for applying all textual information to all GUI controls within the application.
 



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