|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.model.item.itemtree.ItemTreeEvent
public class ItemTreeEvent
Editing event. Fired whenever an event during editing of a property editor occurs that may require interaction with the component that hosts the editor.
| Field Summary | |
|---|---|
boolean |
cancel
Cancel flag |
int |
eventType
Event code (see the constants of this class) |
static int |
IS_SELECTABLE
An object that has been selected by the user shall be added to the list of selected items. |
static int |
IS_SUPPORTED
An object shall be added to the tree. |
ItemTree |
itemTree
Item tree that caused the event |
java.awt.event.KeyEvent |
keyEvent
Key event associated with the event. |
java.awt.event.MouseEvent |
mouseEvent
Mouse event associated with the event. |
ModelObject |
object
Object that is associated with this event, if any |
static int |
OPEN
A tree node was doubleclicked or ENTER was pressed |
static int |
POPUP
A tree node was right-clicked |
static int |
SELECTION_CHANGED
The current selection has changed |
ItemTree.ItemTreeNode |
treeNode
Tree node that is associated with this event, if any |
| Constructor Summary | |
|---|---|
ItemTreeEvent(ItemTree itemTree,
int eventType)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SELECTION_CHANGED
public static final int OPEN
public static final int POPUP
public static final int IS_SUPPORTED
cancel flag to prevent adding the object.
public static final int IS_SELECTABLE
cancel flag to prevent adding the object to the list.
public ItemTree itemTree
public int eventType
public ItemTree.ItemTreeNode treeNode
public ModelObject object
public java.awt.event.MouseEvent mouseEvent
public java.awt.event.KeyEvent keyEvent
public boolean cancel
| Constructor Detail |
|---|
public ItemTreeEvent(ItemTree itemTree,
int eventType)
itemTree - Property editoreventType - Event code (see the constants of this class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||