Package | Description |
---|---|
lavesdk.gui.dialogs |
Modifier and Type | Method and Description |
---|---|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries)
Shows the dialog to solve an exercise by requesting a user input.
|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
LanguageFile langFile,
java.lang.String langID)
Shows the dialog to solve an exercise by requesting a user input.
|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
LanguageFile langFile,
java.lang.String langID,
java.lang.String inputHint)
Shows the dialog to solve an exercise by requesting a user input.
|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
java.lang.String inputHint)
Shows the dialog to solve an exercise by requesting a user input.
|
Constructor and Description |
---|
SolveExerciseDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
java.lang.String inputHint,
LanguageFile langFile,
java.lang.String langID)
Creates a new solve exercise dialog.
|