GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.awt.event.KeyEvent | |
class | MenuKeyEvent
|
Methods with parameter type java.awt.event.KeyEvent | |
KeyStroke | |
boolean | SwingUtilities.notifyAction(Action action, KeyStroke ks, KeyEvent event, Object sender, int modifiers) |
void | A hook for subclasses which want to customize event processing.
|
boolean | |
boolean | This method overrides JComponent.processKeyBinding to allow the
JMenuBar to check all the child components (recursiveley) to see
if they'll consume the event.
|
boolean | Processes key bindings for the component that is associated with the
key event. |
void | processKeyEvent
|
void | |
void | This method is fired whenever a key is pressed with the combo box
in focus
|
void | |
void | Called when a key event is dispatched and component events are
enabled. |
void | This method process KeyEvent occuring when the menu is visible
|
void | Called when a key event is dispatched and component events are
enabled. |
void | Processes key events on behalf of the MenuElements. |
void | Process key events forwarded from MenuSelectionManager. |
void | Process key events forwarded from MenuSelectionManager.
|
void | Process key events forwarded from MenuSelectionManager. |
void | processKeyEvent
|
Methods with parameter type java.awt.event.KeyEvent | |
boolean | Attempts to dispatch key events for which no key event dispatcher
has so far succeeded. |
boolean | Attempts to dispatch key events for which no key event dispatcher
has so far succeeded. |
boolean | Called by the KeyboardFocusManager to request that a key event be
dispatched. |
AWTKeyStroke | Returns a keystroke representing what caused the key event.
|
void | Handles this event by dispatching it to the "a" and "b" listener
instances.
|
void | Handles this event by dispatching it to the "a" and "b" listener
instances.
|
void | Handles this event by dispatching it to the "a" and "b" listener
instances.
|
boolean | Handles the post processing of key events. |
boolean | Handles the post processing of key events. |
boolean | Called by the KeyboardFocusManager to request that a key event be
post-processed. |
void | Handles focus traversal operations for key events which
represent focus traversal keys in relation to the supplied
component. |
void | Handles focus traversal operations for key events which
represent focus traversal keys in relation to the supplied
component. |
void | Called when a key event is dispatched and component events are
enabled. |
Methods with parameter type java.awt.event.KeyEvent | |
void | Invoked whenever key is pressed while JComboBox is in focus.
|
void | Receives notification that a key has been pressed.
|
void | Invoked when a key has been pressed.
|
void | |
void | Receives notification that a key has been released.
|
void | Invoked when a key has been released
|
void | Receives notification that a key has been pressed and released.
|
void | Invoked when a key has been typed. |
Methods with parameter type java.awt.event.KeyEvent | |
void | Implements this method in the interface with an empty body.
|
void | This method is called when a key is pressed.
|
void | Implements this method in the interface with an empty body.
|
void | This method is called when a key is released.
|
void | Implements this method in the interface with an empty body.
|
void | This method is called when a key is typed. |
GNU Classpath (0.95) |