|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ListModel.ChangeListener
| Method Summary | |
|---|---|
void |
allChanged()
The complete list was recreated. |
void |
entriesChanged(int first,
int last)
Entries in the range first to last (inclusive) have been changed. |
void |
entriesDeleted(int first,
int last)
Entries that were at the range first to last (inclusive) have been removed. |
void |
entriesInserted(int first,
int last)
New entries have been inserted. |
| Method Detail |
|---|
void entriesInserted(int first,
int last)
first - the first new entrylast - the last new entry. Must be >= first.
void entriesDeleted(int first,
int last)
first - the first removed entrylast - the last removed entry. Must be >= first.
void entriesChanged(int first,
int last)
first - the first changed entrylast - the last changed entry. Must be >= first.void allChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||