|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigElementEditor
This interface defines the method any object that would like to be
an editor of any ConfigElement needs to implement.
| Method Summary | |
|---|---|
java.awt.Component |
getEditorComponent(ConfigElement value)
Sets an initial value for the editor. |
ConfigElement |
getEditorValue()
Returns the ConfigElement contained in the editor |
| Method Detail |
|---|
ConfigElement getEditorValue()
ConfigElement contained in the editor
ConfigElement contained in the editorjava.awt.Component getEditorComponent(ConfigElement value)
value for the editor.
Returns the component that should be added to the client's
Component hierarchy. Once installed in the client's
hierarchy this component will then be able to draw and receive
user input.
value - is the initial value being set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||