scheduler.view.view_ui
Class Test1UI

java.lang.Object
  extended by scheduler.view.view_ui.Test1UI

public class Test1UI
extends java.lang.Object

Canned Data for Testing view The data is from Appendix A in the requirement page

Author:
Sasiluk Ruangrongsorakai (sruangro@calpoly.edu)

Field Summary
(package private)  Schedule schedule
           
protected  View view
          The parent view.
 
Constructor Summary
Test1UI(View view)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedule

Schedule schedule

view

protected View view
The parent view.

Constructor Detail

Test1UI

public Test1UI(View view)