Inheritance diagram for edu.cmu.hcii.calo.view.schedule.SchedulePaneView:
Actually it just displays in block view because agenda view isn't implemented, but you get the idea.
Public Member Functions | |
SchedulePaneView () | |
Constructs a SchedulePaneView. | |
void | setBounds (int x, int y, int width, int height) |
| |
void | setBounds (Rectangle r) |
| |
void | update () |
Updates the schedule based on the state of the schedule manager. | |
Private Member Functions | |
void | setup () |
Sets up the visual appearance of this view. | |
Private Attributes | |
BlockScheduleView | blockScheduleView |
The view used to display the schedule in block view. | |
Static Private Attributes | |
static final long | serialVersionUID = -2088775096824020566L |
Prevent serialization collisions. |
edu.cmu.hcii.calo.view.schedule.SchedulePaneView.SchedulePaneView | ( | ) |
Constructs a SchedulePaneView.
void edu.cmu.hcii.calo.view.schedule.SchedulePaneView.setBounds | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height | |||
) |
void edu.cmu.hcii.calo.view.schedule.SchedulePaneView.setBounds | ( | Rectangle | r | ) |
void edu.cmu.hcii.calo.view.schedule.SchedulePaneView.setup | ( | ) | [private] |
Sets up the visual appearance of this view.
void edu.cmu.hcii.calo.view.schedule.SchedulePaneView.update | ( | ) |
Updates the schedule based on the state of the schedule manager.
final long edu.cmu.hcii.calo.view.schedule.SchedulePaneView.serialVersionUID = -2088775096824020566L [static, private] |
The view used to display the schedule in block view.