Uses of Interface
displayablecollections.DisplayableCollection

Uses of DisplayableCollection in displayablecollections
 

Subinterfaces of DisplayableCollection in displayablecollections
 interface DisplayableList<E>
          A DisplayableList encapsulates a List and allows it to be displayed by a JList
 interface DisplayableSet<E>
          A DisplayableSet encapsulates a Set and allows it to be displayed by a JList
 interface DisplayableSortedSet<E>
          A DisplayableSortedSet encapsulates a SortedSet and allows it to be displayed by a JList
 

Classes in displayablecollections that implement DisplayableCollection
 class DisplayableArrayList<E>
          A DisplayableArrayList encapsulates an ArrayList and allows it to be displayed by a JList
 class DisplayableHashSet<E>
          An DisplayableHashSet encapsulates HashSet and allows it to be displayed by a JList
 class DisplayableLinkedHashSet<E>
          A DisplayableHashSet encapsulates a LinkedHashSet and allows it to be displayed by a JList
 class DisplayableLinkedList<E>
          A Displayable ArrayList encapsulates a LinkedList and allows it to be displayed by a JList
 class DisplayableTreeSet<E>
          A DisplayableTreeSet encapsulates a TreeSet and allows it to be displayed by a JList