Uses of Class
edu.pdx.cs410J.grader.gradebook.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
Modifier 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) Modifier and TypeMethodDescription(package private) static void
SummaryReport.printOutStudentTotals
(Set<Student> allStudents, PrintWriter out) -
Uses of Student in edu.pdx.cs410J.grader.canvas
Modifier and TypeMethodDescriptionGradesFromCanvas.findStudentInGradebookForCanvasStudent
(GradesFromCanvas.CanvasStudent canvasStudent, GradeBook book) -
Uses of Student in edu.pdx.cs410J.grader.gradebook
Modifier 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
Modifier 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
-
Uses of Student in edu.pdx.cs410J.grader.gradebook.ui
Modifier 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
Modifier and TypeMethodDescriptionStudentSelectedEvent.getSelectedStudent()
RecordGradeEvent.getStudent()
ModifierConstructorDescriptionRecordGradeEvent
(double score, Student student, Assignment assignment, boolean late) StudentSelectedEvent
(Student selectedStudent)