|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.control.attributetree.editors.AttributeTableItemEditorProvider
This class provides different editors for editing AttributeTableItems.
| Constructor Summary | |
AttributeTableItemEditorProvider(SwtAttributeTree attributeTree,
UIManager uiManager,
org.eclipse.swt.graphics.Rectangle itemBounds)
Constructor which creates a new AttributeTableItemEditorProvider |
|
| Method Summary | |
AbstractAttributeTableItemEditor |
getEditor(AttributeTableItem tableItem)
Returns the appropriate TableTreeEditor which corresponds to the given TableTreeItem. |
static boolean |
hasDialog(Attribute attribute)
Checks if a dialog control is needed for editing the specified attribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeTableItemEditorProvider(SwtAttributeTree attributeTree,
UIManager uiManager,
org.eclipse.swt.graphics.Rectangle itemBounds)
uiManager - the uiManager for localizing the editoritemBounds - for positioning the optional editor dialog
(NOTE: this parameter is likely to be removed in the near future)| Method Detail |
public final AbstractAttributeTableItemEditor getEditor(AttributeTableItem tableItem)
tableItem - the AttributeTableItem to edit
public static final boolean hasDialog(Attribute attribute)
attribute - the attribute to check
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||