|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.PropertyEditorListenerAdapter
public class PropertyEditorListenerAdapter
Convenience adapter class for a property editor listener adapter. Implements empty listener methods.
| Constructor Summary | |
|---|---|
PropertyEditorListenerAdapter()
Default constructor. |
|
| 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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEditorListenerAdapter()
| Method Detail |
|---|
public void initialized(PropertyEditor editor)
initialized in interface PropertyEditorListenereditor - Editorpublic void componentCreated(PropertyEditor editor)
componentCreated in interface PropertyEditorListenereditor - Editorpublic void valueChanged(PropertyEditor editor)
valueChanged in interface PropertyEditorListenereditor - Editor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||