Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.text | |
lavesdk.gui.dialogs |
Modifier and Type | Method and Description |
---|---|
Annotation |
AlgorithmExercise.getInputHintMessage(LanguageFile langFile,
java.lang.String langID)
Gets the input hint message that is displayed to the user if
AlgorithmExercise.requestSolution() returns null . |
Annotation |
AlgorithmExercise.getLastFailedHintMessage()
Gets the description of the last failure of the exercise.
|
Modifier and Type | Method and Description |
---|---|
Annotation |
AlgorithmStep.getAnnotation()
Gets the annotation of the step.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmStep.setAnnotation(Annotation annotation)
Sets the annotation of the step.
|
Constructor and Description |
---|
AnnotationDialog(PluginHost host,
Annotation annotation,
LanguageFile langFile,
java.lang.String langID)
Creates a new annotation dialog.
|