Modifier and Type | Field and Description |
---|---|
static MenuItem |
MenuItem.Separator |
Modifier and Type | Method and Description |
---|---|
MenuItem |
Application.createMenuItem(java.lang.String title) |
MenuItem |
Application.createMenuItem(java.lang.String title,
MenuItem.Callback callback) |
MenuItem |
Application.createMenuItem(java.lang.String title,
MenuItem.Callback callback,
int shortcutKey,
int shortcutModifiers) |
MenuItem |
Application.createMenuItem(java.lang.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 | Field and Description |
---|---|
private MenuItem |
WinMenuItemDelegate.owner |
Modifier and Type | Method and Description |
---|---|
MenuItem |
WinMenuItemDelegate.getOwner() |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
WinPlatformFactory.createMenuItemDelegate(MenuItem item) |
Constructor and Description |
---|
WinMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
private void |
GlassSystemMenu.setShortcut(MenuItem glassSubMenuItem,
MenuItemBase menuItem) |