|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.SimpleExercise
mauda.Exercise
mauda.feedback.FeedbackExercise
public class FeedbackExercise
Extends Exercise-class to hold Feedback-specific information.
| Field Summary |
|---|
| Fields inherited from class mauda.Exercise |
|---|
BOTHOPERATION, compPanel, controlPanel, interactive, jedasPanel, NOPOPUP, OPERATION, opsToAnimate, quickAnim, scheduler, SUBOPERATION |
| Fields inherited from class mauda.SimpleExercise |
|---|
availableOperations, availableSubOperations, operationExecuter |
| Constructor Summary | |
|---|---|
FeedbackExercise(java.lang.String type)
Creates a FeedbackExercise |
|
| Method Summary | |
|---|---|
void |
exerciseUpdate(ExerciseUpdateEvent e)
Invoked when an Event occures |
SimpleFeedback |
getFeedback()
Feedback-Typ zurückgeben |
FeedbackPanel |
getFeedbackPanel()
Gets the panel the feedback uses to display its messages. |
TreeOperationView |
getTreeOperationView()
Gets the TreeOperationView |
boolean |
loadWork(java.util.HashMap ht)
Loads an exercise that is in process from a HashMap-representation |
void |
saveWork(java.lang.String filename)
Saves the a exercise that is in process to a xml-file |
void |
setFeedback(SimpleFeedback feedback)
Sets the feedback-type of the exercise |
| Methods inherited from class mauda.Exercise |
|---|
actionsAllowed, addFullLoadedMessage, animate, back, commit, commit, commit, commit, commitInteractive, forward, getInteractiveMode, getUndoRedo, isModified, isReadyToSave, jumpToBeginning, jumpToEnd, load, redo, reset, save, setActionsAllowed, setDifficulty, setInteractiveMode, setMode, setModified, setQuickAnim, stopPlaying, switchTo, undo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedbackExercise(java.lang.String type)
type - plugin-name-id| Method Detail |
|---|
public void setFeedback(SimpleFeedback feedback)
feedback - SimpleFeedbackImmediateFeedbackAndErrorCorrection,
ErrorFlagging,
DemandFeedback,
NoTutor,
FaultFeedbackpublic SimpleFeedback getFeedback()
setFeedback(SimpleFeedback)public FeedbackPanel getFeedbackPanel()
public TreeOperationView getTreeOperationView()
TreeOperationView
public void saveWork(java.lang.String filename)
filename - Filenamepublic boolean loadWork(java.util.HashMap ht)
ht - HashMap-representation
public void exerciseUpdate(ExerciseUpdateEvent e)
ExerciseUpdateListener
exerciseUpdate in interface ExerciseUpdateListenere - The event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||