|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.evaluation.CommentView
public class CommentView
Panel for viewing comments for operations used in Evaluation- Editor and -Player.
| Constructor Summary | |
|---|---|
CommentView(Exercise exercise)
Creates a CommentView |
|
| Method Summary | |
|---|---|
void |
exerciseUpdate(ExerciseUpdateEvent e)
Invoked when an Event occures |
javax.swing.JPanel |
getPanel()
Method for retrieving the panel for the CommentView |
void |
load(java.util.Vector v)
Converts a vector that contains the comments readed from a xml-file, and converts it for the view specific representation |
java.util.Vector |
save()
Converts the comments in an appropriate format, that can be saved to an xml-file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentView(Exercise exercise)
exercise - Exercise| Method Detail |
|---|
public void exerciseUpdate(ExerciseUpdateEvent e)
ExerciseUpdateListener
exerciseUpdate in interface ExerciseUpdateListenere - The eventpublic javax.swing.JPanel getPanel()
public java.util.Vector save()
public void load(java.util.Vector v)
v - The vector from the xml-file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||