public class FeedbackSelect
extends java.lang.Object
Constructor and Description |
---|
FeedbackSelect(IStage stage,
java.util.logging.Logger log,
StudentRepresentation student,
StudentMenu menuIn,
java.util.ArrayList<java.lang.Class<? extends FeedbackItem>> feedbackTypes)
Instantiates a new feedback select.
|
Modifier and Type | Method and Description |
---|---|
void |
addFeedbackType(FeedbackItem feedbackItem,
StudentMenu menu)
Adds the feedback type.
|
IScrollContainer |
getContainer()
Gets the container.
|
void |
initialiseFeedbackIcons()
Initialise feedback icons.
|
void |
tidyAway()
Tidy away.
|
public FeedbackSelect(IStage stage, java.util.logging.Logger log, StudentRepresentation student, StudentMenu menuIn, java.util.ArrayList<java.lang.Class<? extends FeedbackItem>> feedbackTypes)
stage
- the stagelog
- the logstudent
- the studentmenuIn
- the menu infeedbackTypes
- the feedback typespublic void addFeedbackType(FeedbackItem feedbackItem, StudentMenu menu)
feedbackItem
- the feedback itemmenu
- the menupublic IScrollContainer getContainer()
public void initialiseFeedbackIcons()
public void tidyAway()