Uses of Interface
edu.pdx.cs410J.grader.gradebook.Notable
Packages that use Notable
-
Uses of Notable in edu.pdx.cs410J.grader.gradebook
Classes in edu.pdx.cs410J.grader.gradebook that implement NotableModifier 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
Methods in edu.pdx.cs410J.grader.gradebook.ui that return NotableModifier and TypeMethodDescriptionNotesPanel.getNotable()
Returns theNotable
edited by thisNotesPanel
.Methods in edu.pdx.cs410J.grader.gradebook.ui with parameters of type NotableModifier and TypeMethodDescriptionvoid
NotesPanel.setNotable
(Notable notable) Sets theNotable
that is being displayed/edited by thisNotesPanel
.