|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuBar | |
|---|---|
| org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
| Uses of MenuBar in org.apache.pivot.wtk |
|---|
| Methods in org.apache.pivot.wtk that return MenuBar | |
|---|---|
MenuBar |
Frame.getMenuBar()
|
| Methods in org.apache.pivot.wtk with parameters of type MenuBar | |
|---|---|
void |
MenuBarListener.activeItemChanged(MenuBar menuBar,
MenuBar.Item previousActiveItem)
Called when a menu bar's active item has changed. |
void |
MenuBarListener.Adapter.activeItemChanged(MenuBar menuBar,
MenuBar.Item previousActiveItem)
|
void |
MenuHandler.cleanupMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached loses the focus. |
void |
MenuHandler.Adapter.cleanupMenuBar(Component component,
MenuBar menuBar)
|
void |
MenuHandler.configureMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached gains the focus. |
void |
MenuHandler.Adapter.configureMenuBar(Component component,
MenuBar menuBar)
|
void |
MenuBarListener.itemInserted(MenuBar menuBar,
int index)
Called when a menu bar item has been inserted. |
void |
MenuBarListener.Adapter.itemInserted(MenuBar menuBar,
int index)
|
void |
MenuBarListener.itemsRemoved(MenuBar menuBar,
int index,
org.apache.pivot.collections.Sequence<MenuBar.Item> removed)
Called when menu bar items have been removed. |
void |
MenuBarListener.Adapter.itemsRemoved(MenuBar menuBar,
int index,
org.apache.pivot.collections.Sequence<MenuBar.Item> removed)
|
void |
FrameListener.menuBarChanged(Frame frame,
MenuBar previousMenuBar)
Called when a frame's menu bar has changed. |
void |
Frame.setMenuBar(MenuBar menuBar)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||