|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.control.attributetree.AttributeTableEditorSupplier
This class supplies an AttributeTable with appropriate AttributeTableItem editors.
| Constructor Summary | |
AttributeTableEditorSupplier(SwtAttributeTreeModel treeModel,
SwtAttributeTree attributeTree,
UIManager uiManager)
Constructor which initializes a general table tree editor |
|
| Method Summary | |
void |
changed(AttributeTableItem tableItem)
Is called when the specified AttributeTableItem has changed. |
void |
disposeEditor()
Disposes the currently set table tree editor. |
AbstractAttributeTableItemEditor |
getCurrentEditor()
Returns the currently used item editor. |
void |
setEditor(org.eclipse.swt.custom.TableTreeItem tableTreeItem)
This sets an appropriate table tree editor for the given table tree item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeTableEditorSupplier(SwtAttributeTreeModel treeModel,
SwtAttributeTree attributeTree,
UIManager uiManager)
treeModel - the underlying SwtAttributeTreeModeluiManager - the UIManager used for internationalization| Method Detail |
public final void setEditor(org.eclipse.swt.custom.TableTreeItem tableTreeItem)
tableTreeItem - the item to editpublic final void disposeEditor()
public void changed(AttributeTableItem tableItem)
AttributeEditorListener
changed in interface AttributeEditorListenertableItem - the change AttributeTableItempublic final AbstractAttributeTableItemEditor getCurrentEditor()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||