|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.PropertyBrowserEvent
public class PropertyBrowserEvent
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 | |
|---|---|
static int |
ELEMENT_COPIED
An element has been copied |
static int |
ELEMENT_CREATED
An element has been created |
static int |
ELEMENT_DELETED
An element has been deleted |
static int |
ELEMENT_PASTED
An element has been pasted |
int |
eventType
Event code (see the constants of this class) |
static int |
FOCUS_GAINED
Gained editing component focus |
static int |
FOCUS_LOST
Lost editing component focus |
static int |
KEY
Key was pressed |
java.awt.event.KeyEvent |
keyEvent
Key event associated with the event. |
AbstractNode |
node
Node |
static int |
PROPERTY_CHANGED
A property has been changed |
static int |
PROPERTY_UPDATED
A property has been updated |
PropertyBrowser |
propertyBrowser
Property browser |
PropertyEditor |
propertyEditor
Property editor |
static int |
SELECTION_CHANGED
Gained editing component focus |
static int |
UNDEFINED
Editing stopped due to user interaction |
| Constructor Summary | |
|---|---|
PropertyBrowserEvent(int eventType,
PropertyBrowser propertyBrowser,
AbstractNode node)
Constructor. |
|
PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor)
Constructor. |
|
PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor,
java.awt.event.KeyEvent keyEvent)
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 UNDEFINED
public static final int KEY
public static final int SELECTION_CHANGED
public static final int FOCUS_GAINED
public static final int FOCUS_LOST
public static final int PROPERTY_CHANGED
public static final int PROPERTY_UPDATED
public static final int ELEMENT_CREATED
public static final int ELEMENT_COPIED
public static final int ELEMENT_PASTED
public static final int ELEMENT_DELETED
public PropertyBrowser propertyBrowser
public PropertyEditor propertyEditor
public AbstractNode node
public int eventType
public java.awt.event.KeyEvent keyEvent
| Constructor Detail |
|---|
public PropertyBrowserEvent(int eventType,
PropertyBrowser propertyBrowser,
AbstractNode node)
eventType - Event code (see the constants of this class)propertyBrowser - Property browsernode - Node
public PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor)
eventType - Event code (see the constants of this class)propertyEditor - Property editor
public PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor,
java.awt.event.KeyEvent keyEvent)
eventType - Event code (see the constants of this class)propertyEditor - Property editorkeyEvent - Key event that caused the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||