Uses of Interface
ru.biosoft.access.DataCollectionListener

Packages that use DataCollectionListener
biouml.model   
biouml.model.dynamics   
biouml.standard.type   
biouml.standard.type.access   
ru.biosoft.access Provides classes and interfaces for data collections. 
ru.biosoft.access.repository   
ru.biosoft.access.support   
 

Uses of DataCollectionListener in biouml.model
 

Methods in biouml.model with parameters of type DataCollectionListener
 void Compartment.addDataCollectionListener(DataCollectionListener l)
           
 void Compartment.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
 void Reaction.addDataCollectionListener(DataCollectionListener l)
           
 void Reaction.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 DefaultQuerySystem
          DefaultQuerySystem loads indexes based on information from DataCollectionInfo.
 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
 void DataCollection.addDataCollectionListener(DataCollectionListener l)
          Add a listener to the list that's notified each time a change to the data collection occurs.
 void DataCollection.removeDataCollectionListener(DataCollectionListener l)
          Remove a listener from the list that's notified each time a change to the data collection occurs.
 void AbstractDataCollection.addDataCollectionListener(DataCollectionListener listener)
          Adds listener to this data collection.
 void AbstractDataCollection.removeDataCollectionListener(DataCollectionListener listener)
          Removes listener from this data collection.
 

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 NameListToComboBoxModelAdapter
           
 class NameListToListModelAdapter
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.