Uses of Interface
com.tensegrity.generic.attribute.meta.AttributeType

Packages that use AttributeType
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.attribute.customattribute   
com.tensegrity.generic.attribute.meta Contains type information and meta informations for attributes and attributesets. 
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.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
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.swing.control.attributeeditor   
com.tensegrity.gui.swing.control.attributetable This package contains the AttributeTable implementation. 
com.tensegrity.gui.swing.control.attributetree   
com.tensegrity.gui.swing.customattribute This package demonstrates how to implement a CustomAttribute.  
com.tensegrity.gui.template   
 

Uses of AttributeType in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return AttributeType
 AttributeType GenericAttributableOnSet.getAttributeType(java.lang.String name)
           
 AttributeType Attribute.getType()
          Returns the current value's type.
 AttributeType AttributableOnSetCollection.getAttributeType(java.lang.String name)
           
 AttributeType Attributable.getAttributeType(java.lang.String name)
          Returns the AttributeType of the attribute with the given name.
 

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

Methods in com.tensegrity.generic.attribute.customattribute that return AttributeType
 AttributeType HRefAttribute.getType()
           
 

Uses of AttributeType in com.tensegrity.generic.attribute.meta
 

Methods in com.tensegrity.generic.attribute.meta with parameters of type AttributeType
 void AttributeTypeSet.add(AttributeType attributeType)
          Adds the given AttributeType to this AttributeTypeSet.
 void AttributeTypeSetVisitor.enterType(AttributeType type, int level)
          This method is envoked during the traversal of an AttributeTypeSet - hierarchy when the specified type is encountered.
 void AttributeTypeSetVisitor.leaveType(AttributeType type, int level)
          This method is envoked during the traversal of an AttributeTypeSet - hierarchy when the specified type is encountered..
 

Uses of AttributeType in com.tensegrity.graph.layout.controller
 

Methods in com.tensegrity.graph.layout.controller that return AttributeType
 AttributeType LayoutController.getAttributeType(java.lang.String name)
           
 

Uses of AttributeType in com.tensegrity.graphics
 

Methods in com.tensegrity.graphics that return AttributeType
 AttributeType AbstractPrimitive.getAttributeType(java.lang.String name)
           
 

Uses of AttributeType in com.tensegrity.gui.container
 

Methods in com.tensegrity.gui.container that return AttributeType
 AttributeType HiddenSlidesAttributableOnSet.getAttributeType(java.lang.String name)
           
 

Uses of AttributeType in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument that return AttributeType
 AttributeType ElementDefinitionUtil.RenameAttributable.getAttributeType(java.lang.String name)
           
 

Uses of AttributeType in com.tensegrity.gui.swing.control.attributeeditor
 

Methods in com.tensegrity.gui.swing.control.attributeeditor that return AttributeType
 AttributeType EditorStateAttributableOnSet.getAttributeType(java.lang.String name)
           
 

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

Methods in com.tensegrity.gui.swing.control.attributetable that return AttributeType
 AttributeType MetricAttribute.getType()
           
 

Uses of AttributeType in com.tensegrity.gui.swing.control.attributetree
 

Methods in com.tensegrity.gui.swing.control.attributetree that return AttributeType
 AttributeType AttributeTreeCategory.getAttributeType(java.lang.String name)
           
 

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

Methods in com.tensegrity.gui.swing.customattribute that return AttributeType
 AttributeType ItemListAttribute.getType()
           
 AttributeType FormatAttribute.getType()
           
 AttributeType DirectoryLocationAttribute.getType()
          Returns a new instance of FileAttributeTypeConstant.
 

Uses of AttributeType in com.tensegrity.gui.template
 

Methods in com.tensegrity.gui.template that return AttributeType
 AttributeType TemplateAttributableOnSet.getAttributeType(java.lang.String name)
          Returns null.
 AttributeType AttributableOnSetList.getAttributeType(java.lang.String name)
           
 



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