org.openbp.jaspira.propertybrowser.editor.standard
Interface SelectionEditorListener

All Superinterfaces:
PropertyEditorListener
All Known Implementing Classes:
ClassNameSelectionEditorListener, CorrespondingFinalNodeSelectionEditorListener, DisplayNameSelectionEditorListener, FinalNodeJumpTargetSelectionEditorListener, GroupSelectionEditorListener, UIAdapterSelectionEditorListener

public interface SelectionEditorListener
extends PropertyEditorListener

Listener for the selection editor. Allows dynamic configuration of the editor.

Author:
Heiko Erhardt

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 interface org.openbp.jaspira.propertybrowser.editor.PropertyEditorListener
componentCreated, initialized, valueChanged
 

Method Detail

popup

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

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.