|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropertyEditor
Abstract custom property editor.
| Method Summary | |
|---|---|
java.lang.String |
getJavaSource()
Returns Java source for current value. |
java.lang.Object |
getValue()
Returns value from editor after editing (for example using custom dialog). |
void |
initialize(IPropertyEditorSite site)
Initializes property editor with site before first use. |
void |
setValue(java.lang.Object value)
Sets value to editor, for example to get Java source for this value. |
| Method Detail |
|---|
java.lang.String getJavaSource()
java.lang.Object getValue()
void initialize(IPropertyEditorSite site)
site - the site of property editorvoid setValue(java.lang.Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||