instructor
Class QuarterSelectGUI

java.lang.Object
  extended by instructor.QuarterSelectGUI

abstract class QuarterSelectGUI
extends java.lang.Object

This class contains the information from the database to populate the drop down menu with current quarters to edit.


Field Summary
(package private)  java.util.Collection<Quarter> quarters
           
 
Constructor Summary
QuarterSelectGUI()
           
 
Method Summary
abstract  void selectQuarter()
          Selects the specific quarter from the list of quarters
abstract  void submit()
          Saves current schedule to be edited and ends QuarterSelectionGUI window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quarters

java.util.Collection<Quarter> quarters
Constructor Detail

QuarterSelectGUI

QuarterSelectGUI()
Method Detail

selectQuarter

public abstract void selectQuarter()
Selects the specific quarter from the list of quarters


submit

public abstract void submit()
Saves current schedule to be edited and ends QuarterSelectionGUI window