|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.feedback.SimpleFeedback
mauda.feedback.types.DemandFeedback
public class DemandFeedback
Provides the logic for Feedback on demand
| Field Summary | |
|---|---|
static java.lang.String |
requestMenuItem
The ActionCommand for the TreeOperationView context-menu, to request feedback |
| Fields inherited from class mauda.feedback.SimpleFeedback |
|---|
feedbackGenerator, MAX_TRIES |
| Constructor Summary | |
|---|---|
DemandFeedback(FeedbackExercise exercise)
Creates a DemandFeedback |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Listener for MenuItem in TreeOperationView. |
int |
getFeedbackTypeID()
Returns the FeedbackTypeID |
void |
load(java.util.HashMap hm)
Loads the values of this feedback with the values from the delivered HashMap-representation |
java.util.HashMap |
save()
Converts all feedback-values in a HashMap-representation for saving-purposes |
| Methods inherited from class mauda.feedback.SimpleFeedback |
|---|
displayLoadingMessage, exerciseFinished, exerciseUpdate, getEvaluator, getFeedbackGenerator, getInitOperationQueue, getTodoOperationQueue, setEvaluator, setInitOperationQueue, setTodoOperationQueue, switchTo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String requestMenuItem
| Constructor Detail |
|---|
public DemandFeedback(FeedbackExercise exercise)
exercise - FeedbackExercise| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent),
requestMenuItempublic int getFeedbackTypeID()
SimpleFeedback
getFeedbackTypeID in class SimpleFeedbackFeedbackSelectorpublic java.util.HashMap save()
SimpleFeedback
save in class SimpleFeedbackpublic void load(java.util.HashMap hm)
SimpleFeedback
load in class SimpleFeedbackhm - HashMap-representation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||