| public interface javax.swing ListModel
|
Java SE 6 |
| version | 0.0 03/01/97 |
| See also | javax.swing.JList |
| Methods | |||
|---|---|---|---|
| public void | addListDataListener(ListDataListener l) Details
Adds a listener to the list that's notified each time a change
to the data model occurs.
| ||
| public void | removeListDataListener(ListDataListener l) Details
Removes a listener from the list that's notified each time a
change to the data model occurs.
| ||
| Properties | |||||
|---|---|---|---|---|---|
| public Object | getElementAt(int index) Details
Returns the value at the specified index.
| ||||
| public int | getSize() Details
Returns the length of the list.
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|