Uses of Interface
dsto.dfc.collections.CollectionListener

Packages that use CollectionListener
dsto.dfc.collections Extensions to the Java Collections framework, including support for event notification on dynamic collections. 
dsto.dfc.databeans   
dsto.dfc.swing.list Extended support for the Swing JList and ListModel classes. 
dsto.dfc.swing.logging Components for displaying log messages. 
dsto.dfc.swt.viewers   
 

Uses of CollectionListener in dsto.dfc.collections
 

Subinterfaces of CollectionListener in dsto.dfc.collections
 interface DfcMonitoredListListener
          Defines a listener on a DfcMonitoredList.
 

Classes in dsto.dfc.collections that implement CollectionListener
 class CompositeList
          A virtual list composed of a series of sub-List's laid end to end.
 class SuperSet
          A superset of a number of subsets.
 

Methods in dsto.dfc.collections with parameters of type CollectionListener
 void MonitoredMap.addCollectionListener(CollectionListener l)
           
 void MonitoredCollection.addCollectionListener(CollectionListener l)
           
 void EmptyMonitoredCollection.addCollectionListener(CollectionListener l)
           
 void CountedSet.addCollectionListener(CollectionListener l)
           
 void CompositeList.addCollectionListener(CollectionListener l)
           
 void BasicMonitoredCollection.addCollectionListener(CollectionListener l)
           
 void BasicCollectionEventSource.addCollectionListener(CollectionListener l)
           
 void MonitoredMap.removeCollectionListener(CollectionListener l)
           
 void MonitoredCollection.removeCollectionListener(CollectionListener l)
           
 void EmptyMonitoredCollection.removeCollectionListener(CollectionListener l)
           
 void CountedSet.removeCollectionListener(CollectionListener l)
           
 void CompositeList.removeCollectionListener(CollectionListener l)
           
 void BasicMonitoredCollection.removeCollectionListener(CollectionListener l)
           
 void BasicCollectionEventSource.removeCollectionListener(CollectionListener l)
           
 

Uses of CollectionListener in dsto.dfc.databeans
 

Classes in dsto.dfc.databeans that implement CollectionListener
 class ListDataObject
          An extension of the DFC monitored list that supports access via the IDataObject interface.
 class MapDataObject
          An extension of the DFC monitored map that supports access via the IDataObject interface.
 class SetDataObject
          An extension of the DFC monitored set that supports access via the IDataObject interface.
 class StackDataObject
          A convenience class that extends ListDataObject to provide a monitored stack.
 

Uses of CollectionListener in dsto.dfc.swing.list
 

Classes in dsto.dfc.swing.list that implement CollectionListener
 class ListModelAdapter
          Adapts a List to look like a Swing ListModel.
 class SortedListModelAdapter
          Presents any collection as a sorted DfcListModel.
 

Uses of CollectionListener in dsto.dfc.swing.logging
 

Classes in dsto.dfc.swing.logging that implement CollectionListener
 class LogMessageTableModel
          Adapts a LogMessageBuffer to the Swing TableModel interface.
 class LogWindowPopper
          Manages auto popup of the log window when selected types of log events occur.
 

Uses of CollectionListener in dsto.dfc.swt.viewers
 

Classes in dsto.dfc.swt.viewers that implement CollectionListener
 class CmdMoveItem
          Generic command to move items up/down in a viewer that is displaying a java.util.List.
 class CollectionTableContentProvider
          An IStructuredContentProvider that loads the content of any Collection into a JFace TableViewer.
 class DataBeanCollectionTableContentProvider
          Extends CollectionTableContentProvider to generate table updates when any contained IDataObject properties change.
 



Copyright © 2008 Commonwealth of Australia