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 TypeClassDescriptionclassThis class represents an assignment give to students in CS410J.classThis class represent the grade a student got on an assignment.classThe abstract superclass of severalnotableclasses.classThis 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 theNotableedited by thisNotesPanel.Methods in edu.pdx.cs410J.grader.gradebook.ui with parameters of type NotableModifier and TypeMethodDescriptionvoidNotesPanel.setNotable(Notable notable) Sets theNotablethat is being displayed/edited by thisNotesPanel.