public interface MenuBuilder
Modifier and Type | Method and Description |
---|---|
void |
buildMenu(WatchmakerMenuBar menuBar)
Add items to a menu bar.
|
void |
cleanMenu(WatchmakerMenuBar menuBar)
Remove items created by buildMenu
|
void |
updateMenu(WatchmakerMenuBar menuBar)
Update the menu bar in response to change in application state.
|
void buildMenu(WatchmakerMenuBar menuBar)
menuBar
- the menu bar to add menus to.void cleanMenu(WatchmakerMenuBar menuBar)
menuBar
- the menu bar to clean.void updateMenu(WatchmakerMenuBar menuBar)
menuBar
- the menu bar to update.