displayablecollections
Interface DisplayableSet<E>

All Superinterfaces:
java.util.Collection<E>, DisplayableCollection<E>, java.lang.Iterable<E>, java.util.Set<E>
All Known Subinterfaces:
DisplayableSortedSet<E>
All Known Implementing Classes:
DisplayableHashSet, DisplayableLinkedHashSet, DisplayableTreeSet

public interface DisplayableSet<E>
extends DisplayableCollection<E>, java.util.Set<E>

A DisplayableSet encapsulates a Set and allows it to be displayed by a JList


Nested Class Summary
 
Nested classes/interfaces inherited from interface displayablecollections.DisplayableCollection
DisplayableCollection.CollectionChangedNotification<E>
 
Method Summary
 
Methods inherited from interface displayablecollections.DisplayableCollection
addObserver, deleteObservers, listModel
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray