Uses of Package
displayablecollections

Classes in displayablecollections used by displayablecollections
ChangeNotification
          An object that implements this interface encapsulates information about changes to a displayable collection or map.
ChangeNotification.ChangeType
          The type of change made to a displayable collection or map by operation on it.
DisplayableCollection
          A DisplayableCollection encapsulates a Collection and allows it to be displayed by a JList
DisplayableCollection.CollectionChangedNotification
          An object that implements this interface encapsulates information about changes to a DisplayableCollection.
DisplayableHashMap
          A DisplayableHashMap encapsulates a HashMap and allows it to be displayed by a JList
DisplayableHashSet
          An DisplayableHashSet encapsulates HashSet and allows it to be displayed by a JList
DisplayableList
          A DisplayableList encapsulates a List and allows it to be displayed by a JList
DisplayableMap
          A DisplayableMap encapsulates a Map and allows it to be displayed by a JList
DisplayableSet
          A DisplayableSet encapsulates a Set and allows it to be displayed by a JList
DisplayableSortedMap
          A DisplayableSortedMap encapsulates a SortedMap and allows it to be displayed by a JList
DisplayableSortedSet
          A DisplayableSortedSet encapsulates a SortedSet and allows it to be displayed by a JList