|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.PropertyEditorListenerAdapter
org.openbp.guiclient.objectvalidators.FinalNodeJumpTargetSelectionEditorListener
public class FinalNodeJumpTargetSelectionEditorListener
This listener for selection editors is meant to be used for the 'JumpTarget'
property of an FinalNode It fills the popup list with the names of the
initial nodes of the current process.
| Constructor Summary | |
|---|---|
FinalNodeJumpTargetSelectionEditorListener()
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 |
|---|
public FinalNodeJumpTargetSelectionEditorListener()
| Method Detail |
|---|
public void popup(SelectionEditor editor,
int cause)
popup in interface SelectionEditorListenereditor - Editorcause - Cause of the event (PopupEvent.POPUP_OPENING/PopupEvent.POPUP_OPENED/
PopupEvent.POPUP_CLOSING/PopupEvent.POPUP_CLOSED)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||