|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines methods and behaviour of a typical AttributeTableItemEditors.
| Method Summary | |
void |
addEditorListener(AttributeEditorListener listener)
Adds the specified editor listener to the list of all listeners |
void |
dispose()
Callback method which is invoked to signal that the current editor is asked to remove itself. |
org.eclipse.swt.widgets.Control |
getEditorControl()
Returns the editor component which replaces the corresponding attribute table entry for editing. |
AttributeTableItem |
getItem()
Returns the AttributeTableItem which should be edit |
java.lang.Object |
getValue()
Returns the changed value or null if none exists or no change happened |
void |
notifyListeners()
Notifies each registered listener that an attribute has been changed |
void |
removeEditorListener(AttributeEditorListener listener)
Removes the specified editor listener from the list of all listeners |
| Method Detail |
public org.eclipse.swt.widgets.Control getEditorControl()
public java.lang.Object getValue()
public AttributeTableItem getItem()
public void addEditorListener(AttributeEditorListener listener)
listener - an arbitrary AttributeEditorListenerpublic void removeEditorListener(AttributeEditorListener listener)
listener - an arbitrary AttributeEditorListenerpublic void notifyListeners()
public void dispose()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||