| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Menu> |
MenuBar.menus |
| Modifier and Type | Method and Description |
|---|---|
Menu |
Application.createMenu(java.lang.String title) |
Menu |
Application.createMenu(java.lang.String title,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Menu> |
MenuBar.getMenus() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuBar.add(Menu menu) |
void |
Menu.add(Menu menu) |
abstract MenuDelegate |
PlatformFactory.createMenuDelegate(Menu menu) |
void |
Menu.EventHandler.handleMenuClosed(Menu menu,
long time) |
void |
Menu.EventHandler.handleMenuOpening(Menu menu,
long time) |
void |
MenuBar.insert(Menu menu,
int pos) |
void |
Menu.insert(Menu menu,
int pos) |
void |
MenuBar.remove(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
GtkPlatformFactory.createMenuDelegate(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
IosPlatformFactory.createMenuDelegate(Menu menu) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Menu |
LensApplication.editMenu |
(package private) Menu |
LensApplication.fileMenu |
(package private) Menu |
LensApplication.windowMenu |
| Modifier and Type | Method and Description |
|---|---|
Menu |
LensApplication.getWindowMenu() |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
LensPlatformFactory.createMenuDelegate(Menu menu) |
| Modifier and Type | Field and Description |
|---|---|
private Menu |
MacApplication.appleMenu |
private Menu |
MacMenuDelegate.menu |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MacApplication.getAppleMenu() |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
MacPlatformFactory.createMenuDelegate(Menu menu) |
| Constructor and Description |
|---|
MacMenuDelegate(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
MonoclePlatformFactory.createMenuDelegate(Menu menu) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Menu |
SWTMenuDelegate.menu2 |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
swtPlatformFactory.createMenuDelegate(Menu menu) |
| Constructor and Description |
|---|
SWTMenuDelegate(Menu menu2) |
| Modifier and Type | Field and Description |
|---|---|
private Menu |
WinMenuDelegate.owner |
| Modifier and Type | Method and Description |
|---|---|
Menu |
WinMenuDelegate.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
MenuDelegate |
WinPlatformFactory.createMenuDelegate(Menu menu) |
| Constructor and Description |
|---|
WinMenuDelegate(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
private void |
GlassSystemMenu.addMenu(Menu parent,
MenuBase mb) |
private void |
GlassSystemMenu.addMenuItem(Menu parent,
MenuItemBase menuitem) |
private void |
GlassSystemMenu.clearMenu(Menu menu) |
void |
GlassMenuEventHandler.handleMenuClosed(Menu menu,
long time) |
void |
GlassMenuEventHandler.handleMenuOpening(Menu menu,
long time) |
private void |
GlassSystemMenu.insertMenu(Menu parent,
MenuBase mb,
int pos) |
private void |
GlassSystemMenu.insertMenuItem(Menu parent,
MenuItemBase menuitem,
int pos) |
private void |
GlassSystemMenu.setMenuBindings(Menu glassMenu,
MenuBase mb) |