public final class UIFormBuilder extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<UIForm.Pair> |
menu |
| Constructor and Description |
|---|
UIFormBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String prompt,
UIFormTest test) |
UIForm |
toUIForm(java.lang.String heading) |
private final java.util.List<UIForm.Pair> menu
public UIFormBuilder()
public void add(java.lang.String prompt, UIFormTest test)