Uses of Class
dsto.dfc.collections.CollectionEvent

Packages that use CollectionEvent
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 CollectionEvent in dsto.dfc.collections
 

Methods in dsto.dfc.collections with parameters of type CollectionEvent
 void DfcMonitoredListListener.elementMoved(CollectionEvent e)
          Fired when an element in the list has moved (changed indexes).
 void SuperSet.elementsAdded(CollectionEvent e)
           
 void CompositeList.elementsAdded(CollectionEvent e)
           
 void CollectionListener.elementsAdded(CollectionEvent e)
           
 void SuperSet.elementsRemoved(CollectionEvent e)
           
 void CompositeList.elementsRemoved(CollectionEvent e)
           
 void CollectionListener.elementsRemoved(CollectionEvent e)
           
protected  void BasicMonitoredCollection.fireElementsAdded(CollectionEvent e)
           
 void BasicCollectionEventSource.fireElementsAdded(CollectionEvent e)
           
protected  void BasicMonitoredCollection.fireElementsRemoved(CollectionEvent e)
           
 void BasicCollectionEventSource.fireElementsRemoved(CollectionEvent e)
           
 

Constructors in dsto.dfc.collections with parameters of type CollectionEvent
CollectionEvent(Object source, CollectionEvent srcEvent)
          Copy constructor useful for re-firing an event from a wrapped collection.
 

Uses of CollectionEvent in dsto.dfc.databeans
 

Methods in dsto.dfc.databeans with parameters of type CollectionEvent
 void ListDataObject.elementMoved(CollectionEvent e)
           
 void SetDataObject.elementsAdded(CollectionEvent e)
           
 void MapDataObject.elementsAdded(CollectionEvent e)
           
 void ListDataObject.elementsAdded(CollectionEvent e)
           
 void SetDataObject.elementsRemoved(CollectionEvent e)
           
 void MapDataObject.elementsRemoved(CollectionEvent e)
           
 void ListDataObject.elementsRemoved(CollectionEvent e)
           
 

Uses of CollectionEvent in dsto.dfc.swing.list
 

Methods in dsto.dfc.swing.list with parameters of type CollectionEvent
 void SortedListModelAdapter.elementsAdded(CollectionEvent e)
           
 void ListModelAdapter.elementsAdded(CollectionEvent e)
           
 void SortedListModelAdapter.elementsRemoved(CollectionEvent e)
           
 void ListModelAdapter.elementsRemoved(CollectionEvent e)
           
 

Uses of CollectionEvent in dsto.dfc.swing.logging
 

Methods in dsto.dfc.swing.logging with parameters of type CollectionEvent
 void LogWindowPopper.elementsAdded(CollectionEvent e)
           
 void LogMessageTableModel.elementsAdded(CollectionEvent e)
           
 void LogWindowPopper.elementsRemoved(CollectionEvent e)
           
 void LogMessageTableModel.elementsRemoved(CollectionEvent e)
           
 

Uses of CollectionEvent in dsto.dfc.swt.viewers
 

Methods in dsto.dfc.swt.viewers with parameters of type CollectionEvent
 void CollectionTableContentProvider.elementMoved(CollectionEvent e)
           
 void CmdMoveItem.elementMoved(CollectionEvent e)
           
 void CollectionTableContentProvider.elementsAdded(CollectionEvent e)
           
 void CmdMoveItem.elementsAdded(CollectionEvent e)
           
 void CollectionTableContentProvider.elementsRemoved(CollectionEvent e)
           
 void CmdMoveItem.elementsRemoved(CollectionEvent e)
           
 



Copyright © 2008 Commonwealth of Australia