public class WindowEvent extends NEWTEvent
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_WINDOW_DESTROY_NOTIFY |
static int |
EVENT_WINDOW_DESTROYED |
static int |
EVENT_WINDOW_GAINED_FOCUS |
static int |
EVENT_WINDOW_LOST_FOCUS |
static int |
EVENT_WINDOW_MOVED |
static int |
EVENT_WINDOW_REPAINT |
static int |
EVENT_WINDOW_RESIZED |
Constructor and Description |
---|
WindowEvent(int eventType,
Object source,
long when) |
Modifier and Type | Method and Description |
---|---|
static String |
getEventTypeString(int type) |
String |
toString() |
getAttachment, getEventType, getWhen, isSystemEvent, setAttachment, toHexString, toHexString
getSource
public static final int EVENT_WINDOW_RESIZED
public static final int EVENT_WINDOW_MOVED
public static final int EVENT_WINDOW_DESTROY_NOTIFY
public static final int EVENT_WINDOW_GAINED_FOCUS
public static final int EVENT_WINDOW_LOST_FOCUS
public static final int EVENT_WINDOW_REPAINT
public static final int EVENT_WINDOW_DESTROYED
public WindowEvent(int eventType, Object source, long when)
Copyright 2010 JogAmp Community.