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 voidSummaryReport.dumpReportTo(GradeBook book, Student student, PrintWriter pw, boolean assignLetterGrades) Computes the student's final average and makes a pretty report.(package private) voidSubmit.setStudent(Student student) Method parameters in edu.pdx.cs410J.grader with type arguments of type StudentModifier and TypeMethodDescription(package private) static voidSummaryReport.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 aStudentto thisGradeBookXmlStudentParser.parseStudent()Creates a newStudentfrom the contents of a file.Student.setCanvasId(String canvasId) Sets the email address of thisStudentStudent.setEnrolledSection(Student.Section enrolledSection) Student.setFirstName(String firstName) Returns the last name of thisStudentStudent.setGrade(Assignment assignment, double score) Student.setGrade(Assignment assignment, Grade grade) Student.setLastName(String lastName) Returns the last name of thisStudentMethods 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 aStudentto thisGradeBookvoidGradeBook.removeStudent(Student student) Removes aStudentfrom thisGradeBookstatic DocumentReturns a DOM tree that represents aStudentMethod 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 TypeMethodDescriptionvoidGradePanel.displayStudent(Student student) Displays the grades for a givenStudentvoidStudentPanel.displayStudent(Student student) Displays aStudentin 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)