Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.glass.ui.gtk | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.lens | |
com.sun.glass.ui.mac | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.glass.ui.win |
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) |
Modifier and Type | Method and Description |
---|---|
MenuBarDelegate |
MacPlatformFactory.createMenuBarDelegate(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 | Method and Description |
---|---|
MenuBarDelegate |
WinPlatformFactory.createMenuBarDelegate(MenuBar menubar) |
Copyright © 2020. All rights reserved.