public class OptionsMenu
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected OptionsUI |
optionsUI
Parent view
|
| Constructor and Description |
|---|
OptionsMenu(mvp.Screen screen,
Options options,
OptionsUI optionsUI)
Construct this with the given Options model.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Compose this by inserting each of its three menu items into the pulldown
menu.
|
protected OptionsUI optionsUI