|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use com.tensegrity.gui.component | |
| 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 | 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.attributetree.command | |
| com.tensegrity.gui.swing.control.tree | This package contains the implementation for an Object Tree for VisualGraph objects. |
| 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.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.repository | The repository package contains classes for the creation of a repository control. |
| com.tensegrity.gui.swt.control | |
| com.tensegrity.gui.swt.control.attributetree | |
| com.tensegrity.gui.swt.control.attributetree.editors | |
| com.tensegrity.gui.swt.control.panels | |
| com.tensegrity.gui.swt.dialog | |
| com.tensegrity.gui.swt.document | |
| com.tensegrity.gui.swt.document.persitence | |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| com.tensegrity.skeleton.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.container.swt | |
| 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 | |
| Classes in com.tensegrity.gui.component used by com.tensegrity.application | |
| Applet
The Applet interface defines the basic behaviour of java based
application executing within a webpage of a browser. this must not necessarily
be supported by other GUI librarys. |
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| AttributeEditorTranslatorPool
AttributeEditorTranslatorPool |
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| MenuBar
Interface for MenuBars. |
|
| StatusBar
Interface StatusBar defines how client code may interact with
a feedback window holding information such as the currently executed command,
the current time, encoding and size of the view in a certain metric, mode
names and current mouse position.
|
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.application.swing | |
| Applet
The Applet interface defines the basic behaviour of java based
application executing within a webpage of a browser. this must not necessarily
be supported by other GUI librarys. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.application.swt | |
| Applet
The Applet interface defines the basic behaviour of java based
application executing within a webpage of a browser. this must not necessarily
be supported by other GUI librarys. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.component | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorProperties.Enum
Class Enum encapsulates a Constraint instance and a String. |
|
| AttributeEditorPropertiesListener
A listener that is notified whenever one or more properties of the AttributeEditorProperties has changed. |
|
| AttributeEditorStateManager
This interface describes the methods that have to be implemented to provide a manager for restoring the state of an AttributeEditor
after an AttributableOnSet has changed. |
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| Menu
An empty marker interface for Menu's. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.container | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeTable
The interface AttributeTable is a GUI component designed to
display an AttributeSet. |
|
| AttributeTree
This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.graphdocument | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.graphdocument.persistence | |
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing | |
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control | |
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| Menu
An empty marker interface for Menu's. |
|
| MenuBar
Interface for MenuBars. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| StatusBar
Interface StatusBar defines how client code may interact with
a feedback window holding information such as the currently executed command,
the current time, encoding and size of the view in a certain metric, mode
names and current mouse position.
|
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control.attributeeditor | |
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorUtil
Utility class for use with AttributeEditors |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control.attributetable | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| AttributeTable
The interface AttributeTable is a GUI component designed to
display an AttributeSet. |
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control.attributetree | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorPropertiesListener
A listener that is notified whenever one or more properties of the AttributeEditorProperties has changed. |
|
| AttributeEditorStateManager
This interface describes the methods that have to be implemented to provide a manager for restoring the state of an AttributeEditor
after an AttributableOnSet has changed. |
|
| AttributeTree
This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control.attributetree.command | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.control.tree | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| ObjectTreePanel
Interface for a Panel which may display a ObjectTree for the current selected (Graph)-Document. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.dialog | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.dialog.graphtools | |
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.document | |
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.graph | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swing.repository | |
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.control | |
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| Menu
An empty marker interface for Menu's. |
|
| MenuBar
Interface for MenuBars. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.control.attributetree | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeEditorStateManager
This interface describes the methods that have to be implemented to provide a manager for restoring the state of an AttributeEditor
after an AttributableOnSet has changed. |
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| AttributeTable
The interface AttributeTable is a GUI component designed to
display an AttributeSet. |
|
| AttributeTree
This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
|
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.control.attributetree.editors | |
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.control.panels | |
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.dialog | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorTranslator
An AttributeEditorTranslator is used to translate the names
and values of attributes in an AttributeEditor for the display.
|
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.document | |
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.document.persitence | |
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.gui.swt.graph | |
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.commands | |
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.container.swing | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeTable
The interface AttributeTable is a GUI component designed to
display an AttributeSet. |
|
| AttributeTree
This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.container.swt | |
| AttributeEditor
The AttributeEditor interface defines a GUI
component which is used to display the AttributeSet of an
AttributableOnSet.
|
|
| AttributeEditorProperties
The AttributeEditorProperties class maintains the properties of
an AttributeTable, such as hidden Attributes and Enumerations.
|
|
| AttributeTree
This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
|
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.swing | |
| Applet
The Applet interface defines the basic behaviour of java based
application executing within a webpage of a browser. this must not necessarily
be supported by other GUI librarys. |
|
| BasicComponent
This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
|
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| MenuBar
Interface for MenuBars. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| StatusBar
Interface StatusBar defines how client code may interact with
a feedback window holding information such as the currently executed command,
the current time, encoding and size of the view in a certain metric, mode
names and current mouse position.
|
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.swing.launch | |
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.swt | |
| Applet
The Applet interface defines the basic behaviour of java based
application executing within a webpage of a browser. this must not necessarily
be supported by other GUI librarys. |
|
| Frame
The Frame interface defines the basic behavior of a Frame a like
component. |
|
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
| MenuBar
Interface for MenuBars. |
|
| PopupMenuMarkup
The PopupMenuMarkup interface is meant as mark up interface
for all sort of SwingPopupMenu related implementations. |
|
| StatusBar
Interface StatusBar defines how client code may interact with
a feedback window holding information such as the currently executed command,
the current time, encoding and size of the view in a certain metric, mode
names and current mouse position.
|
|
| ToolBar
The interface for a toolbar as used in applications to give users a shortcut to commands. |
|
| Classes in com.tensegrity.gui.component used by com.tensegrity.skeleton.swt.commands | |
| GraphApplication
This interface specifies the common functionality of a GraphApplication. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||