Uses of Package
com.tensegrity.generic.constraint

Packages that use com.tensegrity.generic.constraint
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.persistence Provides interfaces and classes for making geometry attributes of composites persistent. 
com.tensegrity.composite.persistence Provides classes for making composite objects persistent. 
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.constraint Includes the default constraints, associated exceptions and the constraint parser.  
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.graph.layout Contains the layout algorithms and their dependent utility classes.  
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.model Contains the graph model interface.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.graphics.primitive2D Contains classes that define graphical primitives in 2D space.  
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.control.attributeeditor   
com.tensegrity.gui.swing.control.attributetable This package contains the AttributeTable implementation. 
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.swt.control.attributetree.editors   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.composite
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.composite.coordinate
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.composite.geometry.persistence
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.composite.persistence
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.composite.style.persistence
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.generic.attribute
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
Restrictable
           The Restrictable interface defines a standard set of methods for a class that wants to control its principle value by a Constraint.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.generic.attribute.customattribute
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
Restrictable
           The Restrictable interface defines a standard set of methods for a class that wants to control its principle value by a Constraint.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.generic.constraint
BinaryConstraint
          This interface marks constraint objects that consist of two subconstraints.
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintParserException
          This exception is thrown whenever an error occurs during constraint parsing.
CustomizedConstraint
          A customized constraint allows an user to add its own constraints into the framework easily.
EnumConstraint
           Used to check whether the value that is subject to validation is equal to one of the entries of the list of values on the right-hand-side of the operator.
UnaryConstraint
          This interface marks constraint objects that consist of exactly one subconstraint.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.generic.persistence
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintParser
           Class ConstraintParser can be used to parse strings representing Constraint expressions.
ConstraintParserException
          This exception is thrown whenever an error occurs during constraint parsing.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.generic.util
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graph.layout
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintParser
           Class ConstraintParser can be used to parse strings representing Constraint expressions.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graph.layout.controller
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graph.model
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graph.persistence
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graph.view
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graphics
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
CustomizedConstraint
          A customized constraint allows an user to add its own constraints into the framework easily.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.graphics.primitive2D
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.component
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.container
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.graphdocument
ConstraintParserException
          This exception is thrown whenever an error occurs during constraint parsing.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.graphdocument.persistence
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swing.control
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swing.control.attributeeditor
ConstraintParserException
          This exception is thrown whenever an error occurs during constraint parsing.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swing.control.attributetable
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
Restrictable
           The Restrictable interface defines a standard set of methods for a class that wants to control its principle value by a Constraint.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swing.customattribute
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
Restrictable
           The Restrictable interface defines a standard set of methods for a class that wants to control its principle value by a Constraint.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swing.dialog
ConstraintParserException
          This exception is thrown whenever an error occurs during constraint parsing.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.gui.swt.control.attributetree.editors
Constraint
           A Constraint can be used to validate any type of non-primitive Java object.
 

Classes in com.tensegrity.generic.constraint used by com.tensegrity.skeleton.commands
ConstraintViolationException
           This exception is thrown if an Attribute or an AttributeCollection is associated with Constraint which has determined a validation failure.
 



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