Uses of Interface
com.tensegrity.generic.constraint.Restrictable

Packages that use Restrictable
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.attribute.customattribute   
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.  
 

Uses of Restrictable in com.tensegrity.generic.attribute
 

Subinterfaces of Restrictable in com.tensegrity.generic.attribute
 interface Attribute
           An Attribute encapsulates a name-value pair and provides type information for that value at runtime.
 interface AttributeCollection
           An Attribute without a parent context is probably not a very good design idea.
 interface AttributeList
          This interface defines an ordered collection of attributes.
 interface AttributeSet
          This interface defines a collection of Attributes.
 interface 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.
 

Uses of Restrictable in com.tensegrity.generic.attribute.customattribute
 

Classes in com.tensegrity.generic.attribute.customattribute that implement Restrictable
 class HRefAttribute
           HRefAttribute
 

Uses of Restrictable in com.tensegrity.gui.swing.control.attributetable
 

Classes in com.tensegrity.gui.swing.control.attributetable that implement Restrictable
 class MetricAttribute
          The MetricAttribute is used to distinguish Attributes containing a Metric related value.
 

Uses of Restrictable in com.tensegrity.gui.swing.customattribute
 

Classes in com.tensegrity.gui.swing.customattribute that implement Restrictable
 class DirectoryLocationAttribute
          Class DirectoryLocationAttribute implements the CustomAttribute interface to create an Attribute which represents a Directory Location in a FileSystem.
 class FormatAttribute
          The FormatAttribute class represents an Attribute encapsulating a Format instance.
 class ItemListAttribute
           ItemListAttribute: An attribute with a list of possible values.
 



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