Class AbstractUserInput
java.lang.Object
org.eclipse.epsilon.eol.userinput.AbstractUserInput
- All Implemented Interfaces:
IUserInput
- Direct Known Subclasses:
AntUserInput
,ConsoleUserInput
,JFaceUserInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchoose
(String question, Collection<?> choices) chooseMany
(String question, Collection<?> choices) boolean
int
promptInteger
(String question) double
promptReal
(String question) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.eol.userinput.IUserInput
choose, chooseMany, confirm, inform, prompt, promptInteger, promptReal, promptReal
-
Constructor Details
-
AbstractUserInput
public AbstractUserInput()
-
-
Method Details
-
choose
-
chooseMany
-
confirm
- Throws:
EolUserException
-
prompt
-
promptInteger
-
promptReal
-