Uses of Class
ru.biosoft.access.DataCollectionVetoException

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

Uses of DataCollectionVetoException in biouml.model.dynamics
 

Methods in biouml.model.dynamics that throw DataCollectionVetoException
 void EModel.elementWillAdd(DataCollectionEvent e)
           
 void EModel.elementWillRemove(DataCollectionEvent e)
           
 void EModel.elementWillChange(DataCollectionEvent e)
           
 

Uses of DataCollectionVetoException in biouml.standard.type.access
 

Methods in biouml.standard.type.access that throw DataCollectionVetoException
 void TitleSqlIndex.elementWillRemove(DataCollectionEvent e)
           
 void TitleSqlIndex.elementWillAdd(DataCollectionEvent e)
           
 void TitleSqlIndex.elementWillChange(DataCollectionEvent e)
           
 

Uses of DataCollectionVetoException in ru.biosoft.access
 

Methods in ru.biosoft.access that throw DataCollectionVetoException
protected  void TransformedDataCollection.doAddPreNotify(java.lang.String name, boolean bNew)
          TransformedDataCollection should not throw notification (fire methods) during put() operation.
protected  void TransformedDataCollection.doRemovePreNotify(java.lang.String name)
           
protected  void TransformedDataCollection.doAddPostNotify(java.lang.String name, boolean bNew)
          TransformedDataCollection should not throw notification (fire methods) during put() operation.
protected  void TransformedDataCollection.doRemovePostNotify(java.lang.String name)
           
 void TransformedDataCollection.elementWillAdd(DataCollectionEvent e)
           
 void TransformedDataCollection.elementWillChange(DataCollectionEvent e)
           
 void TransformedDataCollection.elementWillRemove(DataCollectionEvent e)
           
 void FilteredDataCollection.elementWillRemove(DataCollectionEvent event)
           
 void FilteredDataCollection.elementWillAdd(DataCollectionEvent event)
           
 void FilteredDataCollection.elementWillChange(DataCollectionEvent event)
           
 void DefaultQuerySystem.elementWillAdd(DataCollectionEvent e)
           
 void DefaultQuerySystem.elementWillChange(DataCollectionEvent e)
           
 void DefaultQuerySystem.elementWillRemove(DataCollectionEvent e)
           
 void DataCollectionUnion2.elementWillRemove(DataCollectionEvent event)
           
 void DataCollectionUnion2.elementWillAdd(DataCollectionEvent event)
           
 void DataCollectionUnion2.elementWillChange(DataCollectionEvent event)
           
 void DataCollectionUndoListener.elementWillAdd(DataCollectionEvent e)
           
 void DataCollectionUndoListener.elementWillRemove(DataCollectionEvent e)
           
 void DataCollectionUndoListener.elementWillChange(DataCollectionEvent e)
           
 void DataCollectionListenerSupport.elementWillAdd(DataCollectionEvent e)
           
 void DataCollectionListenerSupport.elementWillChange(DataCollectionEvent e)
           
 void DataCollectionListenerSupport.elementWillRemove(DataCollectionEvent e)
           
 void DataCollectionListener.elementWillAdd(DataCollectionEvent e)
          Called before data element will be added.
 void DataCollectionListener.elementWillChange(DataCollectionEvent e)
          Called before data element will be changed.
 void DataCollectionListener.elementWillRemove(DataCollectionEvent e)
          Called before data element will be removed.
protected  void AbstractDataCollection.doAddPreNotify(java.lang.String dataElementName, boolean bNew)
          Sends notification to the listeners before #doPut(DataElement) operation.
protected  void AbstractDataCollection.doRemovePreNotify(java.lang.String name)
           
protected  void AbstractDataCollection.doRemovePostNotify(java.lang.String name)
           
protected  void AbstractDataCollection.fireElementWillChange(java.lang.Object source, DataCollection owner, java.lang.String dataElementName, DataCollectionEvent primaryEvent)
          Call DataCollectionListener.elementWillChange(DataCollectionEvent) for all listeners.
protected  void AbstractDataCollection.fireElementWillAdd(java.lang.Object source, java.lang.String dataElementName)
          Call DataCollectionListener.elementWillAdd(DataCollectionEvent) for all listeners.
protected  void AbstractDataCollection.fireElementWillRemove(java.lang.Object source, java.lang.String dataElementName)
          Call DataCollectionListener.elementWillRemove(DataCollectionEvent) for all listeners.
 

Uses of DataCollectionVetoException in ru.biosoft.access.support
 

Methods in ru.biosoft.access.support that throw DataCollectionVetoException
 void NameListToListModelAdapter.elementWillRemove(DataCollectionEvent e)
           
 void NameListToListModelAdapter.elementWillAdd(DataCollectionEvent e)
           
 void NameListToListModelAdapter.elementWillChange(DataCollectionEvent e)
           
 void DataCollectionRowModelAdapter.elementWillRemove(DataCollectionEvent e)
          Called before data element will be removed.
 void DataCollectionRowModelAdapter.elementWillAdd(DataCollectionEvent e)
          Called before data element will be added.
 void DataCollectionRowModelAdapter.elementWillChange(DataCollectionEvent e)
          Called before data element will be changed.
 



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