public class GraphicsNodeFocusEvent extends GraphicsNodeEvent
| Modifier and Type | Field | Description |
|---|---|---|
static int |
FOCUS_GAINED |
The id for the "focusGained" event.
|
static int |
FOCUS_LOST |
The id for the "focusLoses" event.
|
id| Constructor | Description |
|---|---|
GraphicsNodeFocusEvent(GraphicsNode source,
int id) |
Constructs a new graphics node focus event.
|
consume, getGraphicsNode, getID, isConsumedpublic 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 eventCopyright ? 2018 Apache Software Foundation. All Rights Reserved.