Inheritance diagram for edu.cmu.hcii.calo.view.schedule.ScheduleItemView:
Public Member Functions | |
ScheduleItemView (ScheduleItem scheduleItem) | |
Constructs a ScheduleItemView with the given schedule item. | |
ScheduleItem | getScheduleItem () |
Returns the schedule item displayed by this view. | |
void | setScheduleItem (ScheduleItem scheduleItem) |
Sets the schedule item displayed by this view. | |
Protected Member Functions | |
void | paintComponent (Graphics graphics) |
| |
Private Member Functions | |
void | setup () |
Sets up the visual appearance of this view. | |
Private Attributes | |
ScheduleItem | scheduleItem |
The schedule item displayed by this view. | |
Static Private Attributes | |
static final long | serialVersionUID = -2534503572581677568L |
Prevent serialization collisions. |
edu.cmu.hcii.calo.view.schedule.ScheduleItemView.ScheduleItemView | ( | ScheduleItem | scheduleItem | ) |
Constructs a ScheduleItemView with the given schedule item.
scheduleItem | the schedule item |
ScheduleItem edu.cmu.hcii.calo.view.schedule.ScheduleItemView.getScheduleItem | ( | ) |
Returns the schedule item displayed by this view.
void edu.cmu.hcii.calo.view.schedule.ScheduleItemView.paintComponent | ( | Graphics | graphics | ) | [protected] |
Reimplemented from edu.cmu.hcii.calo.view.TranslucentView.
void edu.cmu.hcii.calo.view.schedule.ScheduleItemView.setScheduleItem | ( | ScheduleItem | scheduleItem | ) |
Sets the schedule item displayed by this view.
scheduleItem | the schedule item |
void edu.cmu.hcii.calo.view.schedule.ScheduleItemView.setup | ( | ) | [private] |
Sets up the visual appearance of this view.
final long edu.cmu.hcii.calo.view.schedule.ScheduleItemView.serialVersionUID = -2534503572581677568L [static, private] |
The schedule item displayed by this view.