|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the type of values held by the list modelpublic interface ListValueModel<E>
Interface used to abstract list accessing and change notification and make it more pluggable.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Field Summary | |
|---|---|
static java.lang.String |
LIST_VALUES
|
| Method Summary | |
|---|---|
E |
get(int index)
Return the item at the specified index of the list. |
java.util.Iterator<E> |
iterator()
Return the list's values. |
java.util.ListIterator<E> |
listIterator()
Return the list's values. |
int |
size()
Return the size of the list. |
java.lang.Object[] |
toArray()
Return the list's values. |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener |
| Field Detail |
|---|
static final java.lang.String LIST_VALUES
| Method Detail |
|---|
java.util.Iterator<E> iterator()
iterator in interface java.lang.Iterable<E>java.util.ListIterator<E> listIterator()
int size()
E get(int index)
java.lang.Object[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||