Modifier and Type | Field and Description |
---|---|
private MenuDelegate |
Menu.delegate |
Modifier and Type | Method and Description |
---|---|
abstract MenuDelegate |
PlatformFactory.createMenuDelegate(Menu menu) |
(package private) MenuDelegate |
Menu.getDelegate() |
Modifier and Type | Method and Description |
---|---|
boolean |
MenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
MenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
MenuDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
MenuBarDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
GtkPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
GtkMenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
GtkMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
GtkMenuBarDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
GtkMenuDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IosMenuDelegate
MenuDelegate implementation stub for iOS.
|
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
IosPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
IosMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
IosMenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
IosMenuDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
IosMenuBarDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
LensPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
LensMenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
LensMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
LensMenuBarDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
LensMenuDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
MacPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
MacMenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
MacMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
MacMenuBarDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
MacMenuDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
MonoclePlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
swtPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
SWTMenuBarDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
SWTMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
SWTMenuBarDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
SWTMenuDelegate.remove(MenuDelegate menu,
int pos) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinMenuDelegate |
Modifier and Type | Method and Description |
---|---|
MenuDelegate |
WinPlatformFactory.createMenuDelegate(Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
WinMenuDelegate.insert(MenuDelegate menu,
int pos) |
boolean |
WinMenuBarDelegate.insert(MenuDelegate menuDelegate,
int pos) |
boolean |
WinMenuDelegate.remove(MenuDelegate menu,
int pos) |
boolean |
WinMenuBarDelegate.remove(MenuDelegate menuDelegate,
int pos) |