HEADER

Uses of Class
ru.biosoft.access.DataCollectionListener

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

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 EModel
          Genrally this role should be assotiated with Diagram.
 

Uses of DataCollectionListener in biouml.standard.type
 

Methods in biouml.standard.type with parameters of type DataCollectionListener
voidReaction.addDataCollectionListener(DataCollectionListener l)
          
voidReaction.removeDataCollectionListener(DataCollectionListener l)
          
 

Uses of DataCollectionListener in biouml.standard.type.access
 

Classes in biouml.standard.type.access that implement DataCollectionListener
class TitleSqlIndex
          TitleSqlIndex is map where key is Base#title and value Base#name.
 

Uses of DataCollectionListener in ru.biosoft.access
 

Subinterfaces of DataCollectionListener in ru.biosoft.access
interface QuerySystem
          ...
 

Classes in ru.biosoft.access that implement DataCollectionListener
class DataCollectionListenerSupport
          Utility class that implements stub for DataCollectionListener.
class DataCollectionUndoListener
          These class listen all changes inn DataCollection, converts them to UndoableEdit and add them to UndoManager.
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
          
 

Uses of DataCollectionListener in ru.biosoft.access.support
 

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


FOOTER

BOTTOM