| Package | Description |
|---|---|
| org.dmd.mvw.client.mvwmenus.base |
| Modifier and Type | Class and Description |
|---|---|
class |
MvwItem
The MvwItem class provides a common base for items that are added to menus,
including actual menu items and separators.
|
class |
MvwMenuItem
The MenuItemInstance class provides a common base for menu items
that represent actual trigger points for functionality.
|
class |
MvwSeparator
The MvwSeparator is base for separator elements.
|
class |
MvwSubMenu |
| Modifier and Type | Method and Description |
|---|---|
void |
MvwMenu.addSubItem(MenuSubItemIF msi) |
abstract void |
MvwMenu.addToMenuContainer(MenuSubItemIF msi)
Derived classes must overload this method to add sub menu instances to their
chosen type of top level component.
|
abstract void |
MvwMenu.removeFromMenuContainer(MenuSubItemIF msi)
Derived classes must overload this method to remove subitems from their
menu component.
|
void |
MvwMenu.removeSubItem(MenuSubItemIF msi) |
Copyright © 2019. All rights reserved.