|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type to editpublic interface Editor<T>
Editor interface
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
Get the editor control |
T |
getValue()
Get the value |
boolean |
isChanged()
States if the value has been changed |
void |
setValue(T value)
Set the value |
Method Detail |
---|
T getValue() throws Exception
Exception
- if an error occurs getting the valuevoid setValue(T value)
value
- the value to setorg.eclipse.swt.widgets.Control getControl()
boolean isChanged()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |