org.openbp.jaspira.propertybrowser.editor
Class PropertyEditorListenerAdapter

java.lang.Object
  extended by org.openbp.jaspira.propertybrowser.editor.PropertyEditorListenerAdapter
All Implemented Interfaces:
PropertyEditorListener
Direct Known Subclasses:
ClassNameSelectionEditorListener, CorrespondingFinalNodeSelectionEditorListener, DisplayNameSelectionEditorListener, FinalNodeJumpTargetSelectionEditorListener, GroupSelectionEditorListener, UIAdapterSelectionEditorListener

public class PropertyEditorListenerAdapter
extends java.lang.Object
implements PropertyEditorListener

Convenience adapter class for a property editor listener adapter. Implements empty listener methods.

Author:
Heiko Erhardt

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

PropertyEditorListenerAdapter

public PropertyEditorListenerAdapter()
Default constructor.

Method Detail

initialized

public void initialized(PropertyEditor editor)
Called after the editor has been initialized. The editor parameters have been read at this point. However, the component has not yet been created. The listener may customize any editor settings that affect the component creation here.

Specified by:
initialized in interface PropertyEditorListener
Parameters:
editor - Editor

componentCreated

public void componentCreated(PropertyEditor editor)
Called after the editor component has been initialized. The listener may perform additional customizations of the component here.

Specified by:
componentCreated in interface PropertyEditorListener
Parameters:
editor - Editor

valueChanged

public void valueChanged(PropertyEditor editor)
Called after a value has been selected by the user (not if the value has been set programmatically).

Specified by:
valueChanged in interface PropertyEditorListener
Parameters:
editor - Editor


Copyright © 2011. All Rights Reserved.