GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.awt.AWTEvent | |
void | Dispatch an event to the input method. |
Classes derived from java.awt.AWTEvent | |
class | |
class | An event that indicates a change to a JInternalFrame component.
|
class | MenuDragMouseEvent
|
class | MenuKeyEvent
|
Methods with parameter type java.awt.AWTEvent | |
AWTEvent | This is called by the EventQueue if two events with the same event id
and owner component are queued. |
void | Forwards AWT events to processEvent() if:
|
boolean | The AWT event dispatcher uses this method to request that the manager
handle a particular event. |
void | Dispatches an event. |
boolean | The AWT event dispatcher uses this method to request that the manager
handle a particular event. |
void | Sends this event to this component or a subcomponent for processing.
|
void | Posts a new event to the queue.
|
void | Processes an event for this button. |
void | Processes this event by calling processItemEvent() if it
is any instance of ItemEvent . |
void | Processes the specified event by calling processItemEvent()
if it is an instance of ItemEvent or calling the superclass
method otherwise.
|
void | Processes this event by invoking processItemEvent() if the
event is an instance of ItemEvent , otherwise the event
is passed to the superclass.
|
void | Processes the specified event. |
void | Processes the specified event. |
void | Processes the specified event for this object. |
void | Processes the specified event. |
void | Processes the specified event by calling processActionEvent()
if it is an instance of ActionEvent .
|
void | Processes events for this scrollbar. |
void | Processes the specified event for this component. |
void | Processes the specified event. |
void | Processes the specified event for this window. |
void | Handles redispatching of an event so that recursion of
dispatch requests does not occur. |
Methods with return type java.awt.AWTEvent | |
AWTEvent | This is called by the EventQueue if two events with the same event id
and owner component are queued. |
AWTEvent | Return the event currently being dispatched by the event
dispatch thread. |
AWTEvent | Returns the next event in the queue. |
AWTEvent | Returns the next event in the queue without removing it from the queue.
|
AWTEvent | EventQueue.peekEvent(int id) Returns the next event in the queue that has the specified id
without removing it from the queue.
|
Methods with parameter type java.awt.AWTEvent | |
void | Dispatches an event to the current input method. |
Methods with parameter type java.awt.AWTEvent | |
void | Handles the given event. |
Classes derived from java.awt.AWTEvent | |
class | This event is generated when an action on a component (such as a
button press) occurs.
|
class | This class represents an event that is generated when an adjustable
value is changed.
|
class | This class is for events generated when a component is moved, resized,
hidden, or shown. |
class | This event is generated when a component is added or removed from a
container. |
class | This class represents an event generated when a focus change occurs for a
component. |
class | This class represents an event generated for an ancestor component which
may affect this component. |
class | This is the common superclass for all component input classes. |
class | This class is for event generated by change in a text input method.
|
class | This event executes Runnable.run() of a target object when it is
dispatched. |
class | This event is generated when a selection item changes state. |
class | This event is generated when a key is pressed or released. |
class | This event is generated for a mouse event. |
class | This event is generated for a mouse wheel rotation. |
class | This event is generated when an area of the screen needs to be painted.
|
class | This event is generated when a text box changes contents. |
class | This event is generated when there is a change in a window. |
Methods with parameter type java.awt.AWTEvent | |
void | This method is called when any event in the AWT system is dispatched.
|
void | Forwards events on to the delegate.
|
GNU Classpath (0.95) |