|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use com.tensegrity.generic.attribute | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.coordinate | Provides interfaces and classes for creating and dealing with coordinate systems. |
| com.tensegrity.composite.geometry | Provides interfaces and classes for defining and dealing with geometries and styles for composites. |
| com.tensegrity.composite.geometry.persistence | Provides interfaces and classes for making geometry attributes of composites persistent. |
| 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.style.persistence | Provides classes for making style attributes persistent. |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.generic.attribute.customattribute | |
| com.tensegrity.generic.attribute.event | Provides interfaces and classes for dealing with different types of events fired and exceptions thrown by the attribute framework. |
| com.tensegrity.generic.persistence | Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent. |
| com.tensegrity.generic.util | Core classes for tensegrity-software packages. |
| com.tensegrity.generic.util.prefs | Contains interfaces and classes that is helpful for dealing with persistent application settings. |
| com.tensegrity.graph.element | Element functions. |
| com.tensegrity.graph.element.persistence | Element persistance functions. |
| com.tensegrity.graph.layout | Contains the layout algorithms and their dependent utility classes. |
| com.tensegrity.graph.layout.circular | |
| com.tensegrity.graph.layout.controller |
The controller package contains several concrete implementations
of abstract class LayoutController which can be used in many
common applications.
|
| com.tensegrity.graph.layout.edge | |
| com.tensegrity.graph.layout.energy | |
| com.tensegrity.graph.layout.hierarchical | |
| com.tensegrity.graph.layout.orgchart | |
| com.tensegrity.graph.layout.random | |
| com.tensegrity.graph.layout.swimlane | |
| com.tensegrity.graph.layout.tree | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graph.persistence | GraphPersistence package. |
| com.tensegrity.graph.rule.persistence | This package contains the classes necessary to implement xml and attribute-based persistence for rules. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.graph.view.geometry | |
| com.tensegrity.graphics | Contains basic classes and interfaces of the Tensegrity graphics framework. |
| com.tensegrity.graphics.device | Contains classes and interfaces defining devices that accomplish the drawing. |
| com.tensegrity.graphics.primitive2D | Contains classes that define graphical primitives in 2D space. |
| com.tensegrity.graphics.render | Contains classes that are used to define the rendering data used to render the graphical objects onto a device. |
| 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.document | Contains the interfaces for document types and the framework which maintains such documents. |
| 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.printing | |
| 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.customattribute | This package demonstrates how to implement a CustomAttribute. |
| 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.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.inplaceediting | |
| com.tensegrity.gui.swt.control.attributetree | |
| com.tensegrity.gui.swt.control.attributetree.editors | |
| com.tensegrity.gui.swt.dialog | |
| com.tensegrity.gui.swt.document.persitence | |
| 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 | |
| com.tensegrity.skeleton.swt.commands | |
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| CustomAttributeEditor
The CustomAttributeEditor interface defines the default
behaviour of an editor for (custom) attributes. |
|
| CustomAttributeRenderer
Instances of CustomAttributeRenderer are used to render
custom attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.coordinate | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.geometry | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.geometry.persistence | |
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.label | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.persistence | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.style | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.composite.style.persistence | |
| AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.attribute | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributableOnSetCollectionFeedback
* The AttributableOnSetCollectionFeedback can be used with an
AttributableOnSetCollection in order to get notified when the
AttributableOnSetCollection gets modified.
|
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeCollectionVisitor
This interface defines a visitor for an AttributeCollection, which
has a number of callback methods that get invoked during its traversal.
|
|
| AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
|
| AttributeFactory
The abstract base class defining the methods needed to build an AttributeFactory. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| CustomAttribute
The CustomAttribute interface is an extension of the
Attribute interface and defines the methods a class
implementation has to provide for persistence and use in an
AttributeEditor.
|
|
| CustomAttributeEditor
The CustomAttributeEditor interface defines the default
behaviour of an editor for (custom) attributes. |
|
| CustomAttributeEditorEnvironment
This class provides information used by the CustomAttributeEditor to configure the component or dialog returned for editing. |
|
| CustomAttributeEditorEnvironment.Callback
Callback for the CustomAttributeEditor to stop or cancel the editing in the AttributeEditorComponent |
|
| CustomAttributeEditorEnvironment.EditorRegion
A simple structure to hold the region of the editor |
|
| CustomAttributeGenerator
Implementors of this interface are able to generate a CustomAttribute with a given name by parsing a
String-representation of the attribute. |
|
| CustomAttributeRenderer
Instances of CustomAttributeRenderer are used to render
custom attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| VisitException
This exception is thrown if one of the find methods is invoked
with an illegal path argument (ending with separator char, including empty
paths or similar). |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.attribute.customattribute | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| CustomAttribute
The CustomAttribute interface is an extension of the
Attribute interface and defines the methods a class
implementation has to provide for persistence and use in an
AttributeEditor.
|
|
| CustomAttributeEditor
The CustomAttributeEditor interface defines the default
behaviour of an editor for (custom) attributes. |
|
| CustomAttributeGenerator
Implementors of this interface are able to generate a CustomAttribute with a given name by parsing a
String-representation of the attribute. |
|
| CustomAttributeRenderer
Instances of CustomAttributeRenderer are used to render
custom attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.attribute.event | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.persistence | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.util | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.generic.util.prefs | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.element | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.element.persistence | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.circular | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.controller | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.edge | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.energy | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.hierarchical | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.orgchart | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.random | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.swimlane | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.layout.tree | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.model | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.persistence | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.rule.persistence | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.view | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graph.view.geometry | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graphics | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graphics.device | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graphics.primitive2D | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeFactory
The abstract base class defining the methods needed to build an AttributeFactory. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.graphics.render | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.component | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.container | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.document | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.document.persistence | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.graphdocument | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.graphdocument.persistence | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.inplaceediting | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.printing | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.control.attributeeditor | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
AttributableOnSetCollection
AttributableOnSet implementation which itself contains some
AttributableOnSets. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.control.attributetable | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalNameException
Not every name may be assigned to an Attribute. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.control.attributetree | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.customattribute | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| CustomAttribute
The CustomAttribute interface is an extension of the
Attribute interface and defines the methods a class
implementation has to provide for persistence and use in an
AttributeEditor.
|
|
| CustomAttributeEditor
The CustomAttributeEditor interface defines the default
behaviour of an editor for (custom) attributes. |
|
| CustomAttributeEditorEnvironment
This class provides information used by the CustomAttributeEditor to configure the component or dialog returned for editing. |
|
| CustomAttributeGenerator
Implementors of this interface are able to generate a CustomAttribute with a given name by parsing a
String-representation of the attribute. |
|
| CustomAttributeRenderer
Instances of CustomAttributeRenderer are used to render
custom attributes. |
|
| IllegalValueException
Not every value is permitted for an Attribute. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.dialog | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributeCollection
An Attribute without a parent context is probably not a very
good design idea. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.dialog.graphtools | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.document | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.document.persistence | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.graph | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swing.inplaceediting | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.control.attributetree | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.control.attributetree.editors | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.dialog | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.document.persitence | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.graph | |
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.swt.inplaceediting | |
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.gui.template | |
| Attributable
This interface marks an object to be attributable. |
|
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| Attribute
An Attribute encapsulates a name-value pair and provides type
information for that value at runtime. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.skeleton.commands | |
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.skeleton.container.swing | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributeList
This interface defines an ordered collection of attributes. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.skeleton.container.swt | |
| AttributableOnSet
REVIEWJAVADOC The interface description below sounds a lot like the parent interface. |
|
| AttributeSet
This interface defines a collection of Attributes. |
|
| Classes in com.tensegrity.generic.attribute used by com.tensegrity.skeleton.swt.commands | |
| AttributeSet
This interface defines a collection of Attributes. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||