Uses of Interface
com.tensegrity.gui.component.AttributeEditor

Packages that use AttributeEditor
com.tensegrity.gui.component The component package contains the basic abstractions for components used within a Graph application, such as GraphApplication, StatusBar, AttributeTable and ObjectTreePanel.  
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.attributetable This package contains the AttributeTable implementation. 
com.tensegrity.gui.swing.control.attributetree   
com.tensegrity.gui.swing.control.attributetree.command   
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
com.tensegrity.gui.swing.dialog This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swt.control.attributetree   
com.tensegrity.gui.swt.dialog   
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.container.swt   
 

Uses of AttributeEditor in com.tensegrity.gui.component
 

Subinterfaces of AttributeEditor in com.tensegrity.gui.component
 interface AttributeTable
           The interface AttributeTable is a GUI component designed to display an AttributeSet.
 interface AttributeTree
           This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
 

Constructors in com.tensegrity.gui.component with parameters of type AttributeEditor
AttributeEditorProperties(AttributeEditor editor)
          Creates a new AttributeEditorProperties instance.
AttributeEditorProperties(AttributeEditor editor, java.lang.String filename)
          Creates a new AttributeEditorProperties instance based on the given properties file specified by the parameter filename.
 

Uses of AttributeEditor in com.tensegrity.gui.container
 

Subinterfaces of AttributeEditor in com.tensegrity.gui.container
 interface AttributeEditorContainer
          The AttributeTableContainer is a Component to be used within ApplicationFrames holding a AttributeTable instance.
 interface AttributeTableContainer
          The AttributeTableContainer is a Component to be used within ApplicationFrames holding a AttributeTable instance.
 interface AttributeTreeContainer
          The AttributeTreeContainer is a Component to be used within ApplicationFrames holding a AttributeTree instance.
 

Methods in com.tensegrity.gui.container that return AttributeEditor
 AttributeEditor AttributeEditorContainer.getAttributeEditor()
          Each AttributeTableContainer should be based on a AttributeEditor implementation.
 

Uses of AttributeEditor in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type AttributeEditor
 void GraphPanelAttributableOnSetDelegate.determineAttributableOnSet(AttributeEditor attributeeditor, VisualGraphView view)
           
 

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

Classes in com.tensegrity.gui.swing.control.attributetable that implement AttributeEditor
 class PreferenceTable
          This is an overridden SwingAttributeTable to fit the needs for displaying Preference value-key-pairs.
 class SwingAttributeTable
           Class SwingAttributeTable is a Swing-based implementation of the AttributeTable interface.
 

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

Classes in com.tensegrity.gui.swing.control.attributetree that implement AttributeEditor
 class SwingAttributeTree
           As the name would suggest, The SwingAttributeTree class is a Swing-based implementation of the AttributeTree interface.
 

Uses of AttributeEditor in com.tensegrity.gui.swing.control.attributetree.command
 

Constructors in com.tensegrity.gui.swing.control.attributetree.command with parameters of type AttributeEditor
ToggleCategoriesCommand(AttributeEditor editor, java.lang.String id)
          Constructor
ToggleExactMatchingCommand(AttributeEditor editor, java.lang.String id)
          Constructor
ToggleMergeElementTypesCommand(AttributeEditor editor, java.lang.String id)
          Creates a new ToggleMergeElementTypesCommand.
SetSortModeCommand(int sortMode, AttributeEditor editor, CommandRegistry commandregistry, java.lang.String id)
          Constructor.
 

Uses of AttributeEditor in com.tensegrity.gui.swing.control.tree
 

Fields in com.tensegrity.gui.swing.control.tree declared as AttributeEditor
protected  AttributeEditor SwingObjectTreePanel.table_i
          A reference to an instance of AttributeTable required to update things.
 

Methods in com.tensegrity.gui.swing.control.tree that return AttributeEditor
protected  AttributeEditor TreeOutliner.getAttributeEditor()
          Returns the AttributeEditor property
 

Methods in com.tensegrity.gui.swing.control.tree with parameters of type AttributeEditor
protected  void TreeOutliner.setAttributeEditor(AttributeEditor attributeEditor)
          Sets the AttributeEditor property
 

Constructors in com.tensegrity.gui.swing.control.tree with parameters of type AttributeEditor
SwingObjectTreePanel(AttributeEditor editor, UIManager uiManager)
          initializes the local instance of ObjectTree and the panels popup menu
TreeOutliner(AttributeEditor editor, UIManager uiManager)
           Creates a new TreeOutliner instance.
TreeOutliner(AttributeEditor editor, UIManager uiManager, javax.swing.tree.DefaultTreeCellRenderer treeCellRenderer)
           Creates a new TreeOutliner instance.
 

Uses of AttributeEditor in com.tensegrity.gui.swing.dialog
 

Methods in com.tensegrity.gui.swing.dialog that return AttributeEditor
 AttributeEditor AttributableOnSetDialog.getAttributeEditor()
          Returns the AttributeEditor
 

Constructors in com.tensegrity.gui.swing.dialog with parameters of type AttributeEditor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Dialog owner, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame, java.lang.Class resClass, java.lang.String imageUrl, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
AttributesEditorStateDialog(AttributeEditor ae, UIManager uiManager, java.awt.Frame frame, java.lang.String keyTitle, java.lang.String keyDescription)
          Constructor
 

Uses of AttributeEditor in com.tensegrity.gui.swing.graph
 

Methods in com.tensegrity.gui.swing.graph with parameters of type AttributeEditor
 void AttributableOnSetDelegate.determineAttributableOnSet(AttributeEditor attributeEditor, VisualGraphView view)
          This method is called when its required to set an AttributableOnSet on the parameter attributeEditor.
 

Uses of AttributeEditor in com.tensegrity.gui.swt.control.attributetree
 

Classes in com.tensegrity.gui.swt.control.attributetree that implement AttributeEditor
 class CopyOfSwtAttributeTable
          This class is a SWT implementation of the AttributeTable definition.
 class SwtAttributeTree
           SwtAttributeTree is the SWT counterpart to the SwingAttributeTree class.
 class SwtPreferenceTree
           DO NOT USE THIS CLASS!!!
 

Uses of AttributeEditor in com.tensegrity.gui.swt.dialog
 

Methods in com.tensegrity.gui.swt.dialog that return AttributeEditor
 AttributeEditor SwtAttributableOnSetDialog.getAttributeEditor()
          Returns the AttributeEditor
 

Uses of AttributeEditor in com.tensegrity.skeleton.container.swing
 

Classes in com.tensegrity.skeleton.container.swing that implement AttributeEditor
 class SwingAttributeTableContainer
          The swing based container for the attributeTable.
 class SwingAttributeTreeContainer
          The swing based container for the attributeTable.
 

Methods in com.tensegrity.skeleton.container.swing that return AttributeEditor
 AttributeEditor SwingAttributeTreeContainer.getAttributeEditor()
           
 AttributeEditor SwingAttributeTableContainer.getAttributeEditor()
           
 

Uses of AttributeEditor in com.tensegrity.skeleton.container.swt
 

Classes in com.tensegrity.skeleton.container.swt that implement AttributeEditor
 class SwtAttributeTreeContainer
           This is the SWT implementation of the AttributeTreeContainer interface.
 

Methods in com.tensegrity.skeleton.container.swt that return AttributeEditor
 AttributeEditor SwtAttributeTreeContainer.getAttributeEditor()
           
 



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