|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.apache.batik.gvt.event.GraphicsNodeEvent | +--org.apache.batik.gvt.event.GraphicsNodeFocusEvent
A low-level event which indicates that a graphics node has gained or lost the keyboard focus.
Field Summary | |
static int |
FOCUS_GAINED
The id for the "focusGained" event. |
static int |
FOCUS_LOST
The id for the "focusLoses" event. |
Fields inherited from class org.apache.batik.gvt.event.GraphicsNodeEvent |
id |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
GraphicsNodeFocusEvent(GraphicsNode source,
int id)
Constructs a new graphics node focus event. |
Methods inherited from class org.apache.batik.gvt.event.GraphicsNodeEvent |
consume, getGraphicsNode, getID, isConsumed |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int FOCUS_GAINED
public static final int FOCUS_LOST
Constructor Detail |
public GraphicsNodeFocusEvent(GraphicsNode source, int id)
source
- the graphics node where the event originatedid
- the id of this event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |