| 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 |
Menu.add(Menu menu) |
void |
MenuBar.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 |
Menu.insert(Menu menu,
int pos) |
void |
MenuBar.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 © 2025. All rights reserved.