public interface WatchmakerMenuBar
extends net.richarddawkins.watchmaker.component.WatchComponent
| Modifier and Type | Method and Description |
|---|---|
void |
add(WatchmakerMenu menu) |
WatchmakerMenu |
getMenu(java.lang.String string) |
void |
remove(java.lang.String string)
Remove the named component from the menu bar.
|
void |
repaint() |
void add(WatchmakerMenu menu)
void repaint()
repaint in interface net.richarddawkins.watchmaker.component.WatchComponentvoid remove(java.lang.String string)
string - the name of the component to remove.WatchmakerMenu getMenu(java.lang.String string)