MenuKeyEvent (Java Platform SE 6) (original) (raw)
javax.swing.event
Class MenuKeyEvent
java.lang.Object
java.util.EventObject
java.awt.AWTEvent
java.awt.event.ComponentEvent
java.awt.event.InputEvent
java.awt.event.KeyEvent
javax.swing.event.MenuKeyEvent
All Implemented Interfaces:
public class MenuKeyEvent
extends KeyEvent
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans
package. Please see XMLEncoder.
Field Summary |
---|
Fields inherited from class java.awt.event.InputEvent |
---|
ALT_DOWN_MASK, ALT_GRAPH_DOWN_MASK, ALT_GRAPH_MASK, ALT_MASK, BUTTON1_DOWN_MASK, BUTTON1_MASK, BUTTON2_DOWN_MASK, BUTTON2_MASK, BUTTON3_DOWN_MASK, BUTTON3_MASK, CTRL_DOWN_MASK, CTRL_MASK, META_DOWN_MASK, META_MASK, SHIFT_DOWN_MASK, SHIFT_MASK |
Fields inherited from class java.awt.event.ComponentEvent |
---|
COMPONENT_FIRST, COMPONENT_HIDDEN, COMPONENT_LAST, COMPONENT_MOVED, COMPONENT_RESIZED, COMPONENT_SHOWN |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary |
---|
[MenuKeyEvent](../../../javax/swing/event/MenuKeyEvent.html#MenuKeyEvent%28java.awt.Component, int, long, int, int, char, javax.swing.MenuElement[], javax.swing.MenuSelectionManager%29)(Component source, int id, long when, int modifiers, int keyCode, char keyChar,MenuElement[] p,MenuSelectionManager m) Constructs a MenuKeyEvent object. |
Method Summary | |
---|---|
MenuSelectionManager | getMenuSelectionManager() Returns the current menu selection manager. |
MenuElement[] | getPath() Returns the path to the menu item referenced by this event. |
Methods inherited from class java.awt.event.KeyEvent |
---|
getKeyChar, getKeyCode, getKeyLocation, getKeyModifiersText, getKeyText, isActionKey, paramString, setKeyChar, setKeyCode, setModifiers |
Methods inherited from class java.awt.event.InputEvent |
---|
consume, getModifiers, getModifiersEx, getModifiersExText, getWhen, isAltDown, isAltGraphDown, isConsumed, isControlDown, isMetaDown, isShiftDown |
Methods inherited from class java.awt.event.ComponentEvent |
---|
getComponent |
Methods inherited from class java.awt.AWTEvent |
---|
getID, setSource, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, [wait](../../../java/lang/Object.html#wait%28long, int%29) |
Constructor Detail |
---|
MenuKeyEvent
public MenuKeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, MenuElement[] p, MenuSelectionManager m)
Constructs a MenuKeyEvent object.
Parameters:
source
- the Component that originated the event (typically this
)
id
- an int specifying the type of event, as defined in KeyEvent
when
- a long identifying the time the event occurred
modifiers
- an int specifying any modifier keys held down, as specified in InputEvent
keyCode
- an int specifying the specific key that was pressed
keyChar
- a char specifying the key's character value, if any -- null if the key has no character value
p
- an array of MenuElement objects specifying a path to a menu item affected by the drag
m
- a MenuSelectionManager object that handles selections
Method Detail |
---|
getPath
public MenuElement[] getPath()
Returns the path to the menu item referenced by this event.
Returns:
an array of MenuElement objects representing the path value
getMenuSelectionManager
public MenuSelectionManager getMenuSelectionManager()
Returns the current menu selection manager.
Returns:
a MenuSelectionManager object
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.