|
|
java > java.awt > java.awt.event > java.awt.event.focusevent >
Class: java.awt.event.FocusEvent java.lang.Object java.util.EventObject java.awt.AWTEvent java.awt.event.ComponentEvent java.awt.event.FocusEvent
public class FocusEvent extends ComponentEvent
FIELDS:
public static final int FOCUS_FIRST : 1004 public static final int FOCUS_GAINED : 1004 public static final int FOCUS_LAST : 1005 public static final int FOCUS_LOST : 1005 |
|
|
|
CONSTRUCTORS:
| | | public | FocusEvent(Component source, int id, boolean temporary, Component opposite) |
| | public | FocusEvent(Component source, int id, boolean temporary) |
| | public | FocusEvent(Component source, int id) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getComponent(), paramString(), setSource(java.lang.Object), getID(), toString(), paramString(), consume(), isConsumed(), getSource(), toString(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|