public class BasicMenuUI extends BasicMenuItemUI
Modifier and Type | Class | Description |
---|---|---|
class |
BasicMenuUI.ChangeHandler |
As of Java 2 platform 1.4, this previously undocumented class
is now obsolete.
|
protected class |
BasicMenuUI.MouseInputHandler |
Instantiated and used by a menu item to handle the current menu selection
from mouse events.
|
Modifier and Type | Field | Description |
---|---|---|
protected ChangeListener |
changeListener |
|
protected MenuListener |
menuListener |
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground
Constructor | Description |
---|---|
BasicMenuUI() |
Modifier and Type | Method | Description |
---|---|---|
protected ChangeListener |
createChangeListener(JComponent c) |
|
protected MenuDragMouseListener |
createMenuDragMouseListener(JComponent c) |
|
protected MenuKeyListener |
createMenuKeyListener(JComponent c) |
|
protected MenuListener |
createMenuListener(JComponent c) |
|
protected |