view
Class SelectionPanel

java.lang.Object
  extended by view.SelectionPanel

abstract class SelectionPanel
extends java.lang.Object

represents the panel for selecting how to view the schedule


Field Summary
(package private)  javax.swing.JButton accept
           
(package private)  javax.swing.JPanel mainWindow
           
(package private)  java.util.Collection<Schedule> schedules
           
 
Constructor Summary
SelectionPanel()
           
 
Method Summary
abstract  Schedule acceptSelection()
          accepts the current selection and goes to the view screen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainWindow

javax.swing.JPanel mainWindow

accept

javax.swing.JButton accept

schedules

java.util.Collection<Schedule> schedules
Constructor Detail

SelectionPanel

SelectionPanel()
Method Detail

acceptSelection

public abstract Schedule acceptSelection()
accepts the current selection and goes to the view screen