Uses of Interface javax.swing.MenuElement

Uses in package javax.swing.event

Constructors with parameter type javax.swing.MenuElement

MenuDragMouseEvent.MenuDragMouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, MenuElement[] path, MenuSelectionManager manager)
Constructor MenuDragMouseEvent
MenuKeyEvent.MenuKeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, MenuElement[] path, MenuSelectionManager manager)
Constructor MenuKeyEvent

Methods with return type javax.swing.MenuElement

MenuElement[]
Get path
MenuElement[]
getPath

Uses in package javax.swing

Classes implementing javax.swing.MenuElement

class
A menu item that displays a checkbox.
class
This class represents a menu that can be added to a menu bar or can be a submenu in some other menu.
class
JMenuBar is a container for menu's.
class
JMenuItem represents element in the menu.
class
JPopupMenu is a container that is used to display popup menu's menu items.
class
This class represents JRadioButtonMenuItem.

Methods with parameter type javax.swing.MenuElement

void
Process key events forwarded from MenuSelectionManager.
void
Process key events forwarded from MenuSelectionManager.
void
Process key events forwarded from MenuSelectionManager.
void
processKeyEvent
void
Process mouse events forwarded from MenuSelectionManager.
void
Process mouse events forwarded from MenuSelectionManager.
void
Process mouse events forwarded from MenuSelectionManager.
void
processMouseEvent
void
Sets menu selection to the specified path

Methods with return type javax.swing.MenuElement

MenuElement[]
Returns path representing current menu selection
MenuElement[]
Method of MenuElement interface.
MenuElement[]
Method of MenuElement interface.
MenuElement[]
Method of the MenuElement interface.
MenuElement[]
Return subcomonents of this popup menu.
MenuElement[]
getSubElements

Uses in package javax.swing.plaf.metal

Classes implementing javax.swing.MenuElement

class
A popup menu for the combo-box.

Uses in package javax.swing.plaf.basic

Classes implementing javax.swing.MenuElement

class
UI Delegate for ComboPopup
class
This class acts as the MenuBar for the TitlePane.

Methods with parameter type javax.swing.MenuElement

void
DOCUMENT ME!
void
DOCUMENT ME!

Methods with return type javax.swing.MenuElement

MenuElement[]
Returns path to this menu item.