public class GraphicsNodeFocusEvent extends GraphicsNodeEvent
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
FOCUS_FIRST
The first number in the range of ids used for focus events.
|
static int |
FOCUS_GAINED
The id for the "focusGained" event.
|
static int |
FOCUS_LOST
The id for the "focusLoses" event.
|
id| Constructor and Description |
|---|
GraphicsNodeFocusEvent(GraphicsNode source,
int id)
Constructs a new graphics node focus event.
|
consume, getGraphicsNode, getID, isConsumedstatic final int FOCUS_FIRST
public static final int FOCUS_GAINED
public static final int FOCUS_LOST
public GraphicsNodeFocusEvent(GraphicsNode source, int id)
source - the graphics node where the event originatedid - the id of this event