public class UIMenuBuilder extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<UIMenu.Pair> |
menu |
| Constructor and Description |
|---|
UIMenuBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String prompt,
UIMenuAction action) |
UIMenu |
toUIMenu(java.lang.String heading) |
private final java.util.List<UIMenu.Pair> menu
public UIMenuBuilder()
public void add(java.lang.String prompt, UIMenuAction action)