com.ideanest.swing
Interface ActiveSet
- All Superinterfaces:
- ActiveCollection, BetterCollection, java.util.Collection, javax.swing.ListModel, java.util.Set
- All Known Subinterfaces:
- ActiveSortedSet
- public interface ActiveSet
- extends ActiveCollection, java.util.Set
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 |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
|