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