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 |
---|---|
Menu |
Application.createMenu(String title) |
Menu |
Application.createMenu(String title,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
MenuDelegate |
LensPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
MacPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
MonoclePlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
swtPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
WinPlatformFactory.createMenuDelegate(Menu menu) |
Copyright © 2020. All rights reserved.