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

Packages that use CustomAttributeGenerator
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 CustomAttributeGenerator in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return CustomAttributeGenerator
static CustomAttributeGenerator CustomAttributeGeneratorRegistry.getGenerator(java.lang.Object key)
          Returns the generator belonging to the given key.
 

Methods in com.tensegrity.generic.attribute with parameters of type CustomAttributeGenerator
static void CustomAttributeGeneratorRegistry.registerGenerator(java.lang.Object key, CustomAttributeGenerator generator)
          Registers the given generator for the given key.
 

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

Classes in com.tensegrity.generic.attribute.customattribute that implement CustomAttributeGenerator
static class HRefAttribute.HRefAttributeGenerator
           HRefAttributeGenerator implements the simple generator for HRefAttributes.
 

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

Classes in com.tensegrity.gui.swing.customattribute that implement CustomAttributeGenerator
 class DirectoryLocationAttributeGenerator
          Generates a CustomAttribute by parsing a String representation of it.
 class FormatAttributeGenerator
          The FormatAttributeGenerator is capable of creating an instance of a Format by parsing a String.
 



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