Package groovy.swing.impl
Class ListWrapperListModel<E>
java.lang.Object
javax.swing.AbstractListModel
groovy.swing.impl.ListWrapperListModel<E>
- All Implemented Interfaces:
- Serializable,- ListModel
A 
ListModel implementation that's backed by a live List.- See Also:
- 
Field SummaryFields inherited from class javax.swing.AbstractListModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int i, Collection<? extends E> es) booleanaddAll(Collection<? extends E> es) voidclear()booleanbooleancontainsAll(Collection<?> objects) get(int i) getElementAt(int i) intgetSize()intbooleanisEmpty()iterator()intlistIterator(int i) remove(int i) booleanvoidremoveRange(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] ts) Methods inherited from class javax.swing.AbstractListModeladdListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
- 
Constructor Details- 
ListWrapperListModel
 
- 
- 
Method Details- 
getDelegateList
- 
getSizepublic int getSize()
- 
getElementAt
- 
set
- 
clearpublic void clear()
- 
lastIndexOf
- 
contains
- 
listIterator
- 
isEmptypublic boolean isEmpty()
- 
indexOf
- 
add
- 
iterator
- 
addAll
- 
remove
- 
addAll
- 
listIterator
- 
containsAll
- 
remove
- 
add
- 
get
- 
toArraypublic <T> T[] toArray(T[] ts) 
- 
toArray
- 
removeRangepublic void removeRange(int fromIndex, int toIndex) 
 
-