Package | Description |
---|---|
synergynet3 | |
synergynet3.feedbacksystem | |
synergynet3.personalcontentcontrol | |
synergynet3.studentmenucontrol |
Modifier and Type | Method and Description |
---|---|
StudentMenu |
SynergyNetApp.generateStudentMenu(StudentRepresentation student)
Creates a student menu for a given student representation.
|
StudentMenu |
SynergyNetApp.login(java.lang.String studentID)
Will log in a student with the supplied ID.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetApp.modifyMenus(StudentMenu menu)
Can be overridden by applications extending SynergyNetApp to modify the
options made available by student menus.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedbackSelect.addFeedbackType(FeedbackItem feedbackItem,
StudentMenu menu)
Adds the feedback type.
|
static FeedbackSelect |
FeedbackSystem.createSetter(IStage stage,
java.util.logging.Logger log,
java.util.ArrayList<java.lang.Class<? extends FeedbackItem>> feedbackTypes,
StudentRepresentation student,
StudentMenu menu)
Creates the setter.
|
void |
FeedbackItem.createSetter(com.jme3.math.Vector2f position,
float rotation,
StudentRepresentation student,
StudentMenu menuIn,
IStage stage,
java.util.logging.Logger log)
Creates the setter.
|
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 |
---|---|
StudentMenu |
StudentGallery.getMenu()
Gets the menu.
|
Modifier and Type | Method and Description |
---|---|
void |
StudentGallery.setMenu(StudentMenu menu)
Sets the menu.
|
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<StudentMenu> |
StudentMenuUtilities.studentMenus
Student menus currently present in the environment.
|
Modifier and Type | Method and Description |
---|---|
static StudentMenu |
StudentMenuUtilities.generateStudentMenu(StudentRepresentation student,
IStage stage,
SynergyNetApp app)
Creates a student menu for a given student representation.
|
static StudentMenu |
StudentMenuUtilities.login(java.lang.String studentID,
IStage stage,
SynergyNetApp app)
Will log in a student with the supplied ID.
|