|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use com.tensegrity.composite | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.event | Provides interfaces and classes for dealing with events fired by base composites. |
| com.tensegrity.composite.event.base | Provides classes for dealing with base events. |
| com.tensegrity.composite.event.group | Provides interfaces and classes for dealing with events fired by composites group components. |
| com.tensegrity.composite.event.line | Provides interfaces and classes for dealing with events fired by a
CompositeLine. |
| com.tensegrity.composite.event.single | Provides classes representing the base events a composite fires. |
| com.tensegrity.composite.event.view | Holds the classes representing the events fired by composite views. |
| com.tensegrity.composite.geometry | Provides interfaces and classes for defining and dealing with geometries and styles for composites. |
| com.tensegrity.composite.label | Contains classes used by the CompositeLabel. |
| com.tensegrity.composite.persistence | Provides classes for making composite objects persistent. |
| com.tensegrity.composite.style | Styles are used to define the visual appearance of an element. |
| com.tensegrity.composite.util | |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.graph.view.geometry | |
| 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.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.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.swing.repository | The repository package contains classes for the creation of a repository control. |
| com.tensegrity.gui.swt.control | |
| 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.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.container.swt | |
| Classes in com.tensegrity.composite used by com.tensegrity.composite | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| BaseCompositeContainer
The BaseCompositeContainer interface is a collection container
specification for objects which implement the BaseComposite
interface. |
|
| BaseCompositeIterator
The BaseCompositeIterator interface defines an iterator that can
be used to iterator over a list of BaseComposites. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeControl
CompositeControl identifies special composites and defines the methods that a composite has to implement to act like a control in the graph. |
|
| CompositeFactory
The CompositeFactory is the facility where to create a new
CompositeLine, a new Composite, a new
CompositeGroup, a new CompositeView and all
interfaces that generalizes them. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeInteractionConfiguration
TODO: comment |
|
| CompositeInteractionHandler
This interfaces defines the method needed for interactions on Composites. |
|
| CompositeIterator
The CompositeIterator interface defines an iterator that can
be used to iterator over a list of Composites. |
|
| CompositeLabel
A CompositeLabel is a multi-line area that displays text.
|
|
| CompositeLabelRepresentation
Every CompositeLabel can have an arbitrary geometrical molding.
|
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| CompositeLineState
The CompositeLineState interface defines a memento of the
current state of a CompositeLine. |
|
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
| CompositeNavigator.ColorListener
A listener that gets notified of changes in the colors of this navigator. |
|
| CompositeNavigator.ZoomValueListener
Interface for the listeners interested in the current used zoom value of this Navigator. |
|
| CompositeNavigatorProvider
The CompositeNavigatorProvider interface defines a role which
provides a CompositeNavigator with all of the BaseComposite
objects it should display.
|
|
| CompositeState
The CompositeState interface defines a memento of the current
state of a Composite. |
|
| CompositeSwimLane
Implementations of this interface can be used to lay out Composites on a lane. |
|
| CompositeSwimLanePool
A CompositeSwimlanePool is a composition of
CompositeSwimLanes. |
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
|
| CompositeViewGrid
A CompositeViewGrid builds up a set of lines intersecting at a
right angle. |
|
| CompositeViewMeasurementObject
Specifies the common methods of the CompositeViewRuler and the
CompositeViewGrid. |
|
| CompositeViewRuler
A ruler can be used for measurements within a CompositeView. |
|
| DragRepresentationRegistry
TODO: comment |
|
| HighlightRegistry
TODO: comment |
|
| InteractionRegionCalculator
The InteractionRegionCalculator defines an object that is used by
the CompositeView to calculate the region that has to be
validated after an interaction with the user takes place. |
|
| PrimitiveIterator
The PrimitiveIterator interface defines an iterator that can
be used to iterator over a list of Primitives. |
|
| StateNotApplicableException
The StateNotApplicableException is thrown when a state should
be applied to an instance of a Composite but it is not
applicable. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event.base | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event.group | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeGroupState
The CompositeGroupState interface defines a memento of the
current state of a CompositeGroup. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event.line | |
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event.single | |
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.event.view | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.geometry | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.label | |
| CompositeLabel
A CompositeLabel is a multi-line area that displays text.
|
|
| CompositeLabelRepresentation
Every CompositeLabel can have an arbitrary geometrical molding.
|
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.persistence | |
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.style | |
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.composite.util | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| BaseCompositeContainer
The BaseCompositeContainer interface is a collection container
specification for objects which implement the BaseComposite
interface. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.graph.view | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| BaseCompositeContainer
The BaseCompositeContainer interface is a collection container
specification for objects which implement the BaseComposite
interface. |
|
| BaseCompositeIterator
The BaseCompositeIterator interface defines an iterator that can
be used to iterator over a list of BaseComposites. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| CompositeNavigatorProvider
The CompositeNavigatorProvider interface defines a role which
provides a CompositeNavigator with all of the BaseComposite
objects it should display.
|
|
| CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.graph.view.geometry | |
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.container | |
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.graphdocument | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.inplaceediting | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.control | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeNavigator.ZoomValueListener
Interface for the listeners interested in the current used zoom value of this Navigator. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.dnd | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.document | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.graph | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
| CompositeNavigator.ColorListener
A listener that gets notified of changes in the colors of this navigator. |
|
| CompositeNavigator.ZoomValueListener
Interface for the listeners interested in the current used zoom value of this Navigator. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.inplaceediting | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swing.repository | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Composite
A Composite is a specialization of the BaseComposite
interface. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swt.control | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swt.graph | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeLine
A CompositeLine is a specialization of the BaseComposite
interface. |
|
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
| CompositeNavigator.ZoomValueListener
Interface for the listeners interested in the current used zoom value of this Navigator. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.swt.inplaceediting | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.gui.template | |
| BaseComposite
The BaseComposite interface is an aggregated interface that combines
multiple roles and responsibilities. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.skeleton.commands | |
| CompositeLabel
A CompositeLabel is a multi-line area that displays text.
|
|
| CompositeTable
This interface represents the definition of a CompositeGroup that
behaves like a 2-dimensional table, complete with rows and columns. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.skeleton.container.swing | |
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
| Classes in com.tensegrity.composite used by com.tensegrity.skeleton.container.swt | |
| CompositeNavigator
A CompositeNavigator is responsible for displaying a graphical
overview of the content of a CompositeNavigatorProvider. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||