HEADER

Uses of Class
ru.biosoft.access.DataCollectionListener

Packages that use DataCollectionListener
biouml.editor 
biouml.model 
biouml.model.dynamics 
ru.biosoft.access 
ru.biosoft.access.repository 
ru.biosoft.access.support 

Uses of DataCollectionListener in biouml.editor
 

Classes in biouml.editor that implement DataCollectionListener
class DiagramListener
          These class listen all diagram changes event and convert them to UndoableEdit.
 

Uses of DataCollectionListener in biouml.model
 

Methods in biouml.model with parameters of type DataCollectionListener
voidCompartment.addDataCollectionListener(DataCollectionListener l)
          
voidCompartment.removeDataCollectionListener(DataCollectionListener l)
          
 

Uses of DataCollectionListener in biouml.model.dynamics
 

Classes in biouml.model.dynamics that implement DataCollectionListener
class MatlabOdeModel
          
 

Uses of DataCollectionListener in ru.biosoft.access
 

Classes in ru.biosoft.access that implement DataCollectionListener
class DataCollectionUnion2
          
class FilteredDataCollection
          
class TransformedDataCollection
          Implemnation note: we are not propagate DataCollectionEvents, because this work is done by primary DataCollection (it has the same parent).
 

Methods in ru.biosoft.access with parameters of type DataCollectionListener
voidAbstractDataCollection.addDataCollectionListener(DataCollectionListener listener)
          Adds listener to this data collection.
voidAbstractDataCollection.removeDataCollectionListener(DataCollectionListener listener)
          Removes listener from this data collection.
voidDataCollection.addDataCollectionListener(DataCollectionListener l)
          Add a listener to the list that's notified each time a change to the data collection occurs.
voidDataCollection.removeDataCollectionListener(DataCollectionListener l)
          Remove a listener from the list that's notified each time a change to the data collection occurs.
 

Uses of DataCollectionListener in ru.biosoft.access.repository
 

Classes in ru.biosoft.access.repository that implement DataCollectionListener
class DataCollectionTreeModelAdapter
          
class DataCollectionTreeModelAdapter2
          
 

Uses of DataCollectionListener in ru.biosoft.access.support
 

Classes in ru.biosoft.access.support that implement DataCollectionListener
class NameListToListModelAdapter
          
 


FOOTER

BOTTOM