Uses of Interface
edu.pdx.cs410J.grader.gradebook.Notable
-
Uses of Notable in edu.pdx.cs410J.grader.gradebook
Modifier and TypeClassDescriptionclass
This class represents an assignment give to students in CS410J.class
This class represent the grade a student got on an assignment.class
The abstract superclass of severalnotable
classes.class
This class represents a student who is taking CS410J. -
Uses of Notable in edu.pdx.cs410J.grader.gradebook.ui
Modifier and TypeMethodDescriptionNotesPanel.getNotable()
Returns theNotable
edited by thisNotesPanel
.Modifier and TypeMethodDescriptionvoid
NotesPanel.setNotable
(Notable notable) Sets theNotable
that is being displayed/edited by thisNotesPanel
.