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

Packages that use CustomAttributeRenderer
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
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 CustomAttributeRenderer in com.tensegrity.composite
 

Methods in com.tensegrity.composite with parameters of type CustomAttributeRenderer
 void CompositeTable.setCustomSpanAttributeRenderer(CustomAttributeRenderer customRenderer)
          Sets a custom renderer for a CompositeTableSpan when shown in the AttributeTable.
 

Uses of CustomAttributeRenderer in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return CustomAttributeRenderer
 CustomAttributeRenderer CustomAttribute.getRenderer()
          Returns an instance of a CustomAttributeRenderer which the AttributeTree uses to render values of this attribute.
 

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

Methods in com.tensegrity.generic.attribute.customattribute that return CustomAttributeRenderer
 CustomAttributeRenderer HRefAttribute.getRenderer()
           
 

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

Classes in com.tensegrity.gui.swing.customattribute that implement CustomAttributeRenderer
 class CompositeTableSpanRenderer
          This renderer will be used to display the spans of a CompositeTable within a SwingAttributeTable.
 class DirectoryLocationRenderer
          Class DirectoryLocationRenderer implements the renderer for DirectoryLocation which basically consists of a JLabel.
 class ItemListAttributeRenderer
           ItemListAttributeRenderer: Renderer for ItemListAttributes.
 

Methods in com.tensegrity.gui.swing.customattribute that return CustomAttributeRenderer
 CustomAttributeRenderer ItemListAttribute.getRenderer()
           
 CustomAttributeRenderer FormatAttribute.getRenderer()
           
 CustomAttributeRenderer DirectoryLocationAttribute.getRenderer()
          Returns the DirectoryLocationRenderer.
 



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