Package com.jogamp.newt.event
Class WindowEvent
java.lang.Object
java.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.WindowEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WindowUpdateEvent
NEWT Window events are provided for notification purposes ONLY.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not.
The actual event semantic, here move and resize, is processed before the event is send.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not.
The actual event semantic, here move and resize, is processed before the event is send.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
static final short
Fields inherited from class com.jogamp.newt.event.NEWTEvent
consumedTag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jogamp.newt.event.NEWTEvent
getAttachment, getEventType, getWhen, isConsumed, setAttachment, setConsumed, toHexString
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
EVENT_WINDOW_RESIZED
public static final short EVENT_WINDOW_RESIZED- See Also:
-
EVENT_WINDOW_MOVED
public static final short EVENT_WINDOW_MOVED- See Also:
-
EVENT_WINDOW_DESTROY_NOTIFY
public static final short EVENT_WINDOW_DESTROY_NOTIFY- See Also:
-
EVENT_WINDOW_GAINED_FOCUS
public static final short EVENT_WINDOW_GAINED_FOCUS- See Also:
-
EVENT_WINDOW_LOST_FOCUS
public static final short EVENT_WINDOW_LOST_FOCUS- See Also:
-
EVENT_WINDOW_REPAINT
public static final short EVENT_WINDOW_REPAINT- See Also:
-
EVENT_WINDOW_DESTROYED
public static final short EVENT_WINDOW_DESTROYED- See Also:
-
-
Constructor Details
-
WindowEvent
-
-
Method Details