|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinstructor.QuarterSelectGUI
abstract class QuarterSelectGUI
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 |
|---|
java.util.Collection<Quarter> quarters
| Constructor Detail |
|---|
QuarterSelectGUI()
| Method Detail |
|---|
public abstract void selectQuarter()
public abstract void submit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||