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 MenuBarDelegate
public boolean insert(MenuDelegate menu, int pos)
insert
in interface MenuBarDelegate
public boolean remove(MenuDelegate menu, int pos)
remove
in interface MenuBarDelegate
public long getNativeMenu()
getNativeMenu
in interface MenuBarDelegate