- queryBoolean(String) - Static method in class UserInterface
-
This method prompts the user (at the console) with whatever message is
passed in through the parameter message
, followed by the
String " (y/n)?".
- queryFileName(String, boolean) - Static method in class UserInterface
-
This method prompts the user (at the console) with whatever message is
passed in through the parameter message
.
- queryMultipleChoices(String, String[]) - Static method in class UserInterface
-
This method asks the user (at the console) whatever message is passed in
as a parameter.
- queryNewsMakerName(String) - Static method in class UserInterface
-
This method asks the user for the name of a news maker using console
input and returns it.
- querySingleChoice(String, String[]) - Static method in class UserInterface
-
This method asks the user (at the console) whatever message is passed in
as a parameter.
- querySortCriterion(String[]) - Static method in class UserInterface
-
This method asks the user (at the console) for a sort criterion.