Uses of Class
org.eclipse.epsilon.eol.exceptions.EolUserException
-
Packages that use EolUserException Package Description org.eclipse.epsilon.eol.dt.userinput org.eclipse.epsilon.eol.userinput org.eclipse.epsilon.workflow.tasks -
-
Uses of EolUserException in org.eclipse.epsilon.eol.dt.userinput
Methods in org.eclipse.epsilon.eol.dt.userinput that throw EolUserException Modifier and Type Method Description boolean
JFaceUserInput. confirm(java.lang.String question, boolean default_)
-
Uses of EolUserException in org.eclipse.epsilon.eol.userinput
Methods in org.eclipse.epsilon.eol.userinput that throw EolUserException Modifier and Type Method Description boolean
AbstractUserInput. confirm(java.lang.String question)
boolean
ConsoleUserInput. confirm(java.lang.String question, boolean default_)
boolean
IUserInput. confirm(java.lang.String question, boolean default_)
-
Uses of EolUserException in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks that throw EolUserException Modifier and Type Method Description boolean
AntUserInput. confirm(java.lang.String question, boolean default_)
-