org.openbp.guiclient.objectvalidators
Class ClassNameSelectionEditorListener

java.lang.Object
  extended by org.openbp.jaspira.propertybrowser.editor.PropertyEditorListenerAdapter
      extended by org.openbp.guiclient.objectvalidators.ClassNameSelectionEditorListener
All Implemented Interfaces:
PropertyEditorListener, SelectionEditorListener

public class ClassNameSelectionEditorListener
extends PropertyEditorListenerAdapter
implements SelectionEditorListener

This SelectionEditorListener is used for displaying a display name that has been generated from the system name of the edited object.

Author:
Heiko Erhardt

Constructor Summary
ClassNameSelectionEditorListener()
          Default constructor.
 
Method Summary
 void popup(SelectionEditor editor, int cause)
          Called when the popup menu of the selection editor is being displayed or hidden.
 
Methods inherited from class org.openbp.jaspira.propertybrowser.editor.PropertyEditorListenerAdapter
componentCreated, initialized, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openbp.jaspira.propertybrowser.editor.PropertyEditorListener
componentCreated, initialized, valueChanged
 

Constructor Detail

ClassNameSelectionEditorListener

public ClassNameSelectionEditorListener()
Default constructor.

Method Detail

popup

public void popup(SelectionEditor editor,
                  int cause)
Called when the popup menu of the selection editor is being displayed or hidden.

Specified by:
popup in interface SelectionEditorListener
Parameters:
editor - Editor
cause - Cause of the event (PopupEvent.POPUP_OPENING/PopupEvent.POPUP_OPENED/ PopupEvent.POPUP_CLOSING/PopupEvent.POPUP_CLOSED)


Copyright © 2011. All Rights Reserved.