Package View
Class Action
java.lang.Object
View.Action
This class is used to create an object that represents an action that can be taken by the user.
It is used in the Menu class to create a list of actions that the user can choose from.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
description
-
choice
public int choice -
function
-
-
Constructor Details
-
Action
-
Action
-
-
Method Details
-
getString
-
setChoice
public void setChoice(int choice)
-