|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyEditorListener
Listener for the selection editor. Allows dynamic configuration of the editor.
| Method Summary | |
|---|---|
void |
componentCreated(PropertyEditor editor)
Called after the editor component has been initialized. |
void |
initialized(PropertyEditor editor)
Called after the editor has been initialized. |
void |
valueChanged(PropertyEditor editor)
Called after a value has been selected by the user (not if the value has been set programmatically). |
| Method Detail |
|---|
void initialized(PropertyEditor editor)
editor - Editorvoid componentCreated(PropertyEditor editor)
editor - Editorvoid valueChanged(PropertyEditor editor)
editor - Editor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||