Modifier and Type | Field and Description |
---|---|
private MenuItemDelegate |
MenuItem.delegate |
Modifier and Type | Method and Description |
---|---|
abstract MenuItemDelegate |
PlatformFactory.createMenuItemDelegate(MenuItem menuItem) |
(package private) MenuItemDelegate |
MenuItem.getDelegate() |
Modifier and Type | Method and Description |
---|---|
boolean |
MenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
MenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkMenuItemDelegate |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
GtkPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
GtkMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
GtkMenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IosMenuDelegate
MenuDelegate implementation stub for iOS.
|
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
IosPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
IosMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
IosMenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
LensPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
LensMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
LensMenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
MacPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
MacMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
MacMenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
MonoclePlatformFactory.createMenuItemDelegate(MenuItem menuItem) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
swtPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
SWTMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
SWTMenuDelegate.remove(MenuItemDelegate item,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinMenuItemDelegate |
Modifier and Type | Method and Description |
---|---|
MenuItemDelegate |
WinPlatformFactory.createMenuItemDelegate(MenuItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
WinMenuDelegate.insert(MenuItemDelegate item,
int pos) |
boolean |
WinMenuDelegate.remove(MenuItemDelegate item,
int pos) |