Uses of Interface
com.tensegrity.gui.swt.control.attributetree.editors.AbstractAttributeTableItemEditor

Packages that use AbstractAttributeTableItemEditor
com.tensegrity.gui.swt.control.attributetree   
com.tensegrity.gui.swt.control.attributetree.editors   
 

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

Methods in com.tensegrity.gui.swt.control.attributetree that return AbstractAttributeTableItemEditor
 AbstractAttributeTableItemEditor AttributeTableEditorSupplier.getCurrentEditor()
          Returns the currently used item editor.
 

Uses of AbstractAttributeTableItemEditor in com.tensegrity.gui.swt.control.attributetree.editors
 

Classes in com.tensegrity.gui.swt.control.attributetree.editors that implement AbstractAttributeTableItemEditor
 class AnchorItemEditor
          This class handles the editing of anchor attribute values
 class AttributeTableItemEditor
          This abstract class provides a default implementation of the AbstractAttributeTableItemEditor interface, except for the getEditorControl method which is unique for each implementing class.
 class BooleanItemEditor
          This class handles the editing of boolean attribute values
 class ColorItemEditor
          This class handles the editing of color attribute values
 class DoubleItemEditor
          This class handles the editing of double attribute values
 class EnumConstraintItemEditor
          This class handles the editing of enum constraint attribute values
 class FontFormatItemEditor
          This class handles the editing of font format attribute values
 class IntegerItemEditor
          This class handles the editing of integer attribute values
 class MarkerFormatItemEditor
          This class handles the editing of marker format attribute values
 class MetricExpressionItemEditor
          This class handles the editing of metric expression attribute values
 class PaintFormatItemEditor
          This class handles the editing of paint format attribute values
 class RasterItemEditor
          This class handles the editing of primitive or raster attribute values
 class StrokeFormatItemEditor
          This class handles the editing of stroke format attribute values
 class TextItemEditor
          This class handles the editing of text formatter or string attribute values
 

Methods in com.tensegrity.gui.swt.control.attributetree.editors that return AbstractAttributeTableItemEditor
 AbstractAttributeTableItemEditor AttributeTableItemEditorProvider.getEditor(AttributeTableItem tableItem)
          Returns the appropriate TableTreeEditor which corresponds to the given TableTreeItem.
 



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