Uses of Class
edu.pdx.cs410J.grader.gradebook.Student
Packages that use Student
Package
Description
This package contains classes that are used to keep track of
students, grade projects, and submit assignments in CS410J.
-
Uses of Student in edu.pdx.cs410J.grader
Methods in edu.pdx.cs410J.grader with parameters of type StudentModifier and TypeMethodDescription(package private) static void
SummaryReport.dumpReportTo
(GradeBook book, Student student, PrintWriter pw, boolean assignLetterGrades) Computes the student's final average and makes a pretty report.(package private) void
Submit.setStudent
(Student student) Method parameters in edu.pdx.cs410J.grader with type arguments of type StudentModifier and TypeMethodDescription(package private) static void
SummaryReport.printOutStudentTotals
(Set<Student> allStudents, PrintWriter out) -
Uses of Student in edu.pdx.cs410J.grader.canvas
Methods in edu.pdx.cs410J.grader.canvas that return types with arguments of type StudentModifier and TypeMethodDescriptionGradesFromCanvas.findStudentInGradebookForCanvasStudent
(GradesFromCanvas.CanvasStudent canvasStudent, GradeBook book) -
Uses of Student in edu.pdx.cs410J.grader.gradebook
Methods in edu.pdx.cs410J.grader.gradebook that return StudentModifier and TypeMethodDescriptionGradeBook.addStudent
(Student student) Adds aStudent
to thisGradeBook
XmlStudentParser.parseStudent()
Creates a newStudent
from the contents of a file.Student.setCanvasId
(String canvasId) Sets the email address of thisStudent
Student.setEnrolledSection
(Student.Section enrolledSection) Student.setFirstName
(String firstName) Returns the last name of thisStudent
Student.setGrade
(Assignment assignment, double score) Student.setGrade
(Assignment assignment, Grade grade) Student.setLastName
(String lastName) Returns the last name of thisStudent
Methods in edu.pdx.cs410J.grader.gradebook that return types with arguments of type StudentMethods in edu.pdx.cs410J.grader.gradebook with parameters of type StudentModifier and TypeMethodDescriptionGradeBook.addStudent
(Student student) Adds aStudent
to thisGradeBook
void
GradeBook.removeStudent
(Student student) Removes aStudent
from thisGradeBook
static Document
Returns a DOM tree that represents aStudent
Method parameters in edu.pdx.cs410J.grader.gradebook with type arguments of type Student -
Uses of Student in edu.pdx.cs410J.grader.gradebook.ui
Methods in edu.pdx.cs410J.grader.gradebook.ui with parameters of type StudentModifier and TypeMethodDescriptionvoid
GradePanel.displayStudent
(Student student) Displays the grades for a givenStudent
void
StudentPanel.displayStudent
(Student student) Displays aStudent
in thisStudentPanel
. -
Uses of Student in edu.pdx.cs410J.grader.poa
Methods in edu.pdx.cs410J.grader.poa that return StudentModifier and TypeMethodDescriptionStudentSelectedEvent.getSelectedStudent()
RecordGradeEvent.getStudent()
Constructors in edu.pdx.cs410J.grader.poa with parameters of type StudentModifierConstructorDescriptionRecordGradeEvent
(double score, Student student, Assignment assignment, boolean late) StudentSelectedEvent
(Student selectedStudent)