|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.incrediblesoft.redjey.event.AbstractEvent
com.incrediblesoft.redjey.event.FocusEvent
public class FocusEvent
Field Summary | |
---|---|
static int |
FOCUS_GAINED
|
static int |
FOCUS_LOST
|
Fields inherited from class com.incrediblesoft.redjey.event.AbstractEvent |
---|
ACTION_EVENT, FOCUS_EVENT, MOUSE_EVENT, PAINT_EVENT |
Constructor Summary | |
---|---|
FocusEvent(Component source,
int id)
|
Method Summary |
---|
Methods inherited from class com.incrediblesoft.redjey.event.AbstractEvent |
---|
consume, getEventType, getID, getSource, isConsumed, setID, setSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FOCUS_GAINED
public static final int FOCUS_LOST
Constructor Detail |
---|
public FocusEvent(Component source, int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |