Public Member Functions | |
Object | getElementAt (int index) |
Gets the element at the given index. | |
int | getSize () |
Gets the size of the list. | |
void | updateList () |
Tells the list that its contents may have changed and it should update itself. | |
Static Private Attributes | |
static final long | serialVersionUID = -7613383682898134619L |
Prevent serialization collisions. |
Object edu.cmu.hcii.calo.thinkaloud.WizardOfOzFrontEnd.NotificationListModel.getElementAt | ( | int | index | ) |
Gets the element at the given index.
index | the index |
int edu.cmu.hcii.calo.thinkaloud.WizardOfOzFrontEnd.NotificationListModel.getSize | ( | ) |
Gets the size of the list.
void edu.cmu.hcii.calo.thinkaloud.WizardOfOzFrontEnd.NotificationListModel.updateList | ( | ) |
Tells the list that its contents may have changed and it should update itself.
final long edu.cmu.hcii.calo.thinkaloud.WizardOfOzFrontEnd.NotificationListModel.serialVersionUID = -7613383682898134619L [static, private] |
Prevent serialization collisions.