final class SWTMenuBarDelegate extends java.lang.Object implements MenuBarDelegate
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
firstRemove |
(package private) org.eclipse.swt.widgets.Menu |
menuBar |
| Constructor and Description |
|---|
SWTMenuBarDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createMenuBar() |
long |
getNativeMenu() |
boolean |
insert(MenuDelegate menu,
int pos) |
boolean |
remove(MenuDelegate menu,
int pos) |
public boolean createMenuBar()
createMenuBar in interface MenuBarDelegatepublic boolean insert(MenuDelegate menu, int pos)
insert in interface MenuBarDelegatepublic boolean remove(MenuDelegate menu, int pos)
remove in interface MenuBarDelegatepublic long getNativeMenu()
getNativeMenu in interface MenuBarDelegate