Modifier and Type | Field and Description |
---|---|
private MenuBar |
Window.menubar |
Modifier and Type | Method and Description |
---|---|
MenuBar |
Application.createMenuBar() |
MenuBar |
Window.getMenuBar() |
Modifier and Type | Method and Description |
---|---|
abstract MenuBarDelegate |
PlatformFactory.createMenuBarDelegate(MenuBar menubar) |
void |
Application.installDefaultMenus(MenuBar menubar)
Install app's default native menus:
on Mac OS X - Apple menu (showing the app name) with a single Quit menu item
on Windows - NOP
on Linux - NOP
|
void |
Window.setMenuBar(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
GtkPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
IosPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
LensPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
void |
LensApplication.installDefaultMenus(MenuBar menubar) |
void |
LensApplication.installWindowMenu(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
MacPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
void |
MacApplication.installAppleMenu(MenuBar menubar) |
void |
MacApplication.installDefaultMenus(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
MonoclePlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
swtPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Modifier and Type | Field and Description |
---|---|
private MenuBar |
WinMenuBarDelegate.owner |
Modifier and Type | Method and Description |
---|---|
MenuBar |
WinMenuBarDelegate.getOwner() |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
WinPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Constructor and Description |
---|
WinMenuBarDelegate(MenuBar menubar) |
Modifier and Type | Field and Description |
---|---|
private MenuBar |
GlassSystemMenu.glassSystemMenuBar |
Modifier and Type | Method and Description |
---|---|
protected MenuBar |
GlassSystemMenu.getMenuBar() |