Uses of Interface
com.tensegrity.generic.attribute.CustomAttribute

Packages that use CustomAttribute
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.attribute.customattribute   
com.tensegrity.gui.swing.customattribute This package demonstrates how to implement a CustomAttribute.  
 

Uses of CustomAttribute in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return CustomAttribute
 CustomAttribute CustomAttributeGenerator.generateCustomAttribute(java.lang.String name, java.lang.String stringRepresentation)
          Creates a new CustomAttribute by generating the value from the parameter string representation and using the given name.
 

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

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

Methods in com.tensegrity.generic.attribute.customattribute that return CustomAttribute
 CustomAttribute HRefAttribute.HRefAttributeGenerator.generateCustomAttribute(java.lang.String name, java.lang.String stringRepresentation)
           
 

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

Classes in com.tensegrity.gui.swing.customattribute that implement CustomAttribute
 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.
 

Methods in com.tensegrity.gui.swing.customattribute that return CustomAttribute
 CustomAttribute DirectoryLocationAttributeGenerator.generateCustomAttribute(java.lang.String name, java.lang.String representation)
           
 CustomAttribute FormatAttributeGenerator.generateCustomAttribute(java.lang.String name, java.lang.String stringRepresentation)
           
 



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