HEADER

Uses of Class
ru.biosoft.access.DataCollectionVetoException

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

Uses of DataCollectionVetoException in biouml.model.dynamics
 

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

Uses of DataCollectionVetoException in biouml.standard.type.access
 

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

Uses of DataCollectionVetoException in ru.biosoft.access
 

Methods in ru.biosoft.access that throw DataCollectionVetoException
voidDataCollectionListener.elementWillAdd(DataCollectionEvent e)
          Called before data element will be added.
voidDataCollectionListener.elementWillChange(DataCollectionEvent e)
          Called before data element will be changed.
voidDataCollectionListener.elementWillRemove(DataCollectionEvent e)
          Called before data element will be removed.
voidDataCollectionListenerSupport.elementWillAdd(DataCollectionEvent e)
          
voidDataCollectionListenerSupport.elementWillChange(DataCollectionEvent e)
          
voidDataCollectionListenerSupport.elementWillRemove(DataCollectionEvent e)
          
voidDataCollectionUndoListener.elementWillAdd(DataCollectionEvent e)
          
voidDataCollectionUndoListener.elementWillChange(DataCollectionEvent e)
          
voidDataCollectionUndoListener.elementWillRemove(DataCollectionEvent e)
          
voidDataCollectionUnion2.elementWillAdd(DataCollectionEvent event)
          
voidDataCollectionUnion2.elementWillChange(DataCollectionEvent event)
          
voidDataCollectionUnion2.elementWillRemove(DataCollectionEvent event)
          
voidDefaultQuerySystem.elementWillAdd(DataCollectionEvent e)
          
voidDefaultQuerySystem.elementWillChange(DataCollectionEvent e)
          
voidDefaultQuerySystem.elementWillRemove(DataCollectionEvent e)
          
voidFilteredDataCollection.elementWillAdd(DataCollectionEvent event)
          
voidFilteredDataCollection.elementWillChange(DataCollectionEvent event)
          
voidFilteredDataCollection.elementWillRemove(DataCollectionEvent event)
          
voidTransformedDataCollection.elementWillAdd(DataCollectionEvent e)
          
voidTransformedDataCollection.elementWillChange(DataCollectionEvent e)
          
voidTransformedDataCollection.elementWillRemove(DataCollectionEvent e)
          
 

Uses of DataCollectionVetoException in ru.biosoft.access.support
 

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


FOOTER

BOTTOM