com.ideanest.swing
Interface ActiveCollection
- All Superinterfaces:
- BetterCollection, java.util.Collection, javax.swing.ListModel
- All Known Subinterfaces:
- ActiveList, ActiveSet, ActiveSortedSet
- public interface ActiveCollection
- extends java.util.Collection, BetterCollection, javax.swing.ListModel
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
|