swingwt.awt.event
Class FocusEvent
java.lang.Object
java.util.EventObject
swingwt.awt.AWTEvent
swingwt.awt.event.ComponentEvent
swingwt.awt.event.FocusEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class FocusEvent
- extends ComponentEvent
- implements java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
FOCUS_FIRST
public static final int FOCUS_FIRST
- See Also:
- Constant Field Values
FOCUS_LAST
public static final int FOCUS_LAST
- See Also:
- Constant Field Values
FOCUS_GAINED
public static final int FOCUS_GAINED
- See Also:
- Constant Field Values
FOCUS_LOST
public static final int FOCUS_LOST
- See Also:
- Constant Field Values
FocusEvent
public FocusEvent(Component source,
int id,
boolean temporary)
FocusEvent
public FocusEvent(Component source,
int id)
FocusEvent
public FocusEvent(Component source,
int id,
boolean temporary,
Component opposite)
isTemporary
public boolean isTemporary()
getOppositeComponent
public Component getOppositeComponent()