public class GraphicsNodeFocusEvent extends GraphicsNodeEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
FOCUS_GAINED
The id for the "focusGained" event.
|
static int |
FOCUS_LOST
The id for the "focusLoses" event.
|
idsource| Constructor and Description |
|---|
GraphicsNodeFocusEvent(GraphicsNode source,
int id)
Constructs a new graphics node focus event.
|
consume, getGraphicsNode, getID, isConsumedgetSource, toStringpublic 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 © 2000–2021 Apache Software Foundation. All rights reserved.