- getBoolean(String, String, String) - Static method in class SimpleIO
-
boolean selection from the user via a simple dialog.
- getBoolean(String) - Static method in class SimpleIO
-
boolean selection from the user via a simple dialog.
- getChar(String) - Static method in class SimpleIO
-
char input from the user via a simple dialog.
- getDouble(String) - Static method in class SimpleIO
-
returns a double input from the user via a simple dialog.
- getFloat(String) - Static method in class SimpleIO
-
returns a float input from the user via a simple dialog.
- getInt(String) - Static method in class SimpleIO
-
returns integer input from the user via a simple dialog.
- getString(String) - Static method in class SimpleIO
-
String input from the user via a simple dialog.