public abstract class FeedbackItem extends java.lang.Object implements IFeedbackItemCachable
| Constructor and Description | 
|---|
| FeedbackItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | addFeedbackItem(IItem item)Adds the feedback item. | 
| void | addFeedbackViewFrame(FeedbackViewer feedbackViewer,
                    int frameNo)Adds the feedback view frame. | 
| void | createSetter(com.jme3.math.Vector2f position,
            float rotation,
            StudentRepresentation student,
            StudentMenu menuIn,
            IStage stage,
            java.util.logging.Logger log)Creates the setter. | 
| java.lang.String | getIcon()Gets the icon. | 
| IStage | getStage() | 
| java.lang.String | getStudentID() | 
| void | setStage(IStage stage) | 
| void | setStudentID(java.lang.String studentID) | 
| void | tidyAwayFeedbackSetter()Tidy away feedback setter. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeconstructpublic boolean addFeedbackItem(IItem item)
item - the itempublic void addFeedbackViewFrame(FeedbackViewer feedbackViewer, int frameNo)
feedbackViewer - the feedback viewerframeNo - the frame nopublic void createSetter(com.jme3.math.Vector2f position,
                float rotation,
                StudentRepresentation student,
                StudentMenu menuIn,
                IStage stage,
                java.util.logging.Logger log)
position - the positionrotation - the rotationstudent - the studentmenuIn - the menu instage - the stagelog - the logpublic java.lang.String getIcon()
public IStage getStage()
public java.lang.String getStudentID()
public void setStage(IStage stage)
stage - the stage to setpublic void setStudentID(java.lang.String studentID)
studentID - the studentID to setpublic void tidyAwayFeedbackSetter()