GLG Toolkit, Java Class Library
Version 4.5
|
This object is used to pass information to TraceCallback. More...
This object is used to pass information to TraceCallback.
Public Attributes | |
AWTEvent | event |
The native event that triggered the callback. More... | |
GlgObject | light_viewport |
Light viewport of the event or null. More... | |
boolean | trace2 |
true for the Trace2 callback, false for the Trace callback. More... | |
GlgObject | viewport |
The viewport that received the event. More... | |
Object | widget |
A native component of the event's viewport. More... | |
AWTEvent event |
The native event that triggered the callback.
GlgObject light_viewport |
Light viewport of the event or null.
boolean trace2 |
true for the Trace2 callback, false for the Trace callback.
Trace callback is invoked before processing GLG Input events, and Trace2 is invoked after event processing.
GlgObject viewport |
The viewport that received the event.
Object widget |
A native component of the event's viewport.