|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||