Package | Description |
---|---|
synergynet3 | |
synergynet3.databasemanagement | |
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.
|
Modifier and Type | Method and Description |
---|---|
static StudentRepresentation |
DatabaseActivity.getStudentRepresentationFromDatabase(java.lang.String studentID,
java.lang.String hostName,
IStage stage)
Gets the student representation from database.
|
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseActivity.updateStudentRep(StudentRepresentation student,
java.lang.String hostName)
Update student rep.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
StudentGallery(StudentRepresentation student)
Instantiates a new student gallery.
|
StudentGallery(StudentRepresentation student,
java.util.logging.Logger log)
Instantiates a new student gallery.
|
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<StudentRepresentation> |
StudentMenuUtilities.studentRepresentations
Students currently logged in on the device.
|
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.
|
Constructor and Description |
---|
StudentMenu(StudentRepresentation student,
IStage stage,
java.util.logging.Logger log,
SynergyNetApp app)
Instantiates a new student menu.
|