|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.view.ListView.ListViewRow
class ListView.ListViewRow
The inner class ListViewRow is a container of a ScheduleItem and its form as row data in the list view table. The data is modelled as a vector of objects. This class is only used within ListView.
Field Summary | |
---|---|
(package private) java.lang.Object[] |
rowData
The ScheduleItem's data as a vector of objects. |
(package private) ScheduleItem |
scheduleItem
The ScheduleItem. |
Constructor Summary | |
---|---|
ListView.ListViewRow(ScheduleItem scheduleItem,
java.lang.Object[] rowData)
Construct this with the ScheduleItem and a vector of objects. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ScheduleItem scheduleItem
java.lang.Object[] rowData
Constructor Detail |
---|
ListView.ListViewRow(ScheduleItem scheduleItem, java.lang.Object[] rowData)
pre: ; post: this.scheduleItem' == scheduleItem && this.rowData' == rowData;
scheduleItem
- the ScheduleItemrowData
- the ScheduleItem's data as a vector of objects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |