|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.view.CalCell
public class CalCell
CalCell represents each calendar cell in the calendar view CalCell contains a list of scheudleItem for the specific day during the specific time.
Field Summary | |
---|---|
protected Time |
endT
End time of the cell |
protected java.util.ArrayList<ScheduleItem> |
siList
List of ScheduleItem for the specific time |
protected Time |
startT
Start time of the cell |
Constructor Summary | |
---|---|
CalCell(Time startT,
Time endT)
|
Method Summary | |
---|---|
void |
addScheduleItem(ScheduleItem si)
Adding a ScheduleItem that matches the specific start time and end time |
Time |
getEndTime()
Return the end time of the cell |
java.util.ArrayList<ScheduleItem> |
getScheduleItemList()
Return a list of ScheduleItem that belongs to the CalCell |
Time |
getStartTime()
Return the start time of the cell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Time startT
protected Time endT
protected java.util.ArrayList<ScheduleItem> siList
Constructor Detail |
---|
CalCell(Time startT, Time endT)
Method Detail |
---|
public void addScheduleItem(ScheduleItem si)
si
- - the ScheduleItem to be addedpublic java.util.ArrayList<ScheduleItem> getScheduleItemList()
public Time getStartTime()
public Time getEndTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |