java.lang.Object
View.ViewObject
View.EnumView<E>
- Type Parameters:
E
- The enum type to display
- All Implemented Interfaces:
IView
A view object that displays a menu of enum values and allows the user to select one.
-
Field Summary
Fields inherited from class View.ViewObject
actions
-
Constructor Summary
-
Method Summary
Methods inherited from class View.ViewObject
getInput, handleInput, printActions
-
Constructor Details
-
EnumView
-
-
Method Details
-
display
public void display()Description copied from class:ViewObject
Display the view- Specified by:
display
in interfaceIView
- Specified by:
display
in classViewObject
-
getSelected
-