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 | Field and Description |
---|---|
static MenuItem |
MenuItem.Separator |
Modifier and Type | Method and Description |
---|---|
MenuItem |
Application.createMenuItem(String title) |
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback) |
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers) |
MenuItem |
Application.createMenuItem(String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
void |
Menu.add(MenuItem item) |
abstract MenuItemDelegate |
PlatformFactory.createMenuItemDelegate(MenuItem menuItem) |
void |
Menu.insert(MenuItem item,
int pos) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
GtkPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
IosPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
LensPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
MacPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
MonoclePlatformFactory.createMenuItemDelegate(MenuItem menuItem) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
swtPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
WinPlatformFactory.createMenuItemDelegate(MenuItem item) |
Copyright © 2020. All rights reserved.