|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataCollectionEvent | |
| 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 DataCollectionEvent in biouml.model |
| Methods in biouml.model with parameters of type DataCollectionEvent | |
void |
Compartment.propagateElementWillChange(DataCollection source,
DataCollectionEvent primaryEvent)
|
void |
Compartment.propagateElementChanged(DataCollection source,
DataCollectionEvent primaryEvent)
|
| Uses of DataCollectionEvent in biouml.model.dynamics |
| Methods in biouml.model.dynamics with parameters of type DataCollectionEvent | |
void |
EModel.elementWillAdd(DataCollectionEvent e)
|
void |
EModel.elementAdded(DataCollectionEvent e)
|
void |
EModel.elementWillRemove(DataCollectionEvent e)
|
void |
EModel.elementRemoved(DataCollectionEvent e)
|
void |
EModel.elementWillChange(DataCollectionEvent e)
|
void |
EModel.elementChanged(DataCollectionEvent e)
|
| Uses of DataCollectionEvent in biouml.standard.type |
| Methods in biouml.standard.type with parameters of type DataCollectionEvent | |
void |
Reaction.propagateElementWillChange(DataCollection source,
DataCollectionEvent primaryEvent)
|
void |
Reaction.propagateElementChanged(DataCollection source,
DataCollectionEvent primaryEvent)
|
| Uses of DataCollectionEvent in biouml.standard.type.access |
| Methods in biouml.standard.type.access with parameters of type DataCollectionEvent | |
void |
TitleSqlIndex.elementAdded(DataCollectionEvent e)
|
void |
TitleSqlIndex.elementWillRemove(DataCollectionEvent e)
|
void |
TitleSqlIndex.elementRemoved(DataCollectionEvent e)
|
void |
TitleSqlIndex.elementWillAdd(DataCollectionEvent e)
|
void |
TitleSqlIndex.elementChanged(DataCollectionEvent e)
|
void |
TitleSqlIndex.elementWillChange(DataCollectionEvent e)
|
| Uses of DataCollectionEvent in ru.biosoft.access |
| Methods in ru.biosoft.access that return DataCollectionEvent | |
DataCollectionEvent |
DataCollectionEvent.getPrimaryEvent()
|
| Methods in ru.biosoft.access with parameters of type DataCollectionEvent | |
void |
TransformedDataCollection.elementWillAdd(DataCollectionEvent e)
|
void |
TransformedDataCollection.elementAdded(DataCollectionEvent dce)
|
void |
TransformedDataCollection.elementWillChange(DataCollectionEvent e)
|
void |
TransformedDataCollection.elementChanged(DataCollectionEvent dce)
|
void |
TransformedDataCollection.elementWillRemove(DataCollectionEvent e)
|
void |
TransformedDataCollection.elementRemoved(DataCollectionEvent dce)
|
void |
FilteredDataCollection.elementWillRemove(DataCollectionEvent event)
|
void |
FilteredDataCollection.elementRemoved(DataCollectionEvent event)
|
void |
FilteredDataCollection.elementWillAdd(DataCollectionEvent event)
|
void |
FilteredDataCollection.elementAdded(DataCollectionEvent event)
|
void |
FilteredDataCollection.elementWillChange(DataCollectionEvent event)
|
void |
FilteredDataCollection.elementChanged(DataCollectionEvent event)
|
void |
DefaultQuerySystem.elementAdded(DataCollectionEvent e)
|
void |
DefaultQuerySystem.elementWillAdd(DataCollectionEvent e)
|
void |
DefaultQuerySystem.elementChanged(DataCollectionEvent e)
|
void |
DefaultQuerySystem.elementWillChange(DataCollectionEvent e)
|
void |
DefaultQuerySystem.elementRemoved(DataCollectionEvent e)
|
void |
DefaultQuerySystem.elementWillRemove(DataCollectionEvent e)
|
void |
DataCollectionUnion2.elementWillRemove(DataCollectionEvent event)
|
void |
DataCollectionUnion2.elementRemoved(DataCollectionEvent event)
|
void |
DataCollectionUnion2.elementWillAdd(DataCollectionEvent event)
|
void |
DataCollectionUnion2.elementAdded(DataCollectionEvent event)
|
void |
DataCollectionUnion2.elementWillChange(DataCollectionEvent event)
|
void |
DataCollectionUnion2.elementChanged(DataCollectionEvent event)
|
void |
DataCollectionUndoListener.elementWillAdd(DataCollectionEvent e)
|
void |
DataCollectionUndoListener.elementAdded(DataCollectionEvent e)
|
void |
DataCollectionUndoListener.elementWillRemove(DataCollectionEvent e)
|
void |
DataCollectionUndoListener.elementRemoved(DataCollectionEvent e)
|
void |
DataCollectionUndoListener.elementWillChange(DataCollectionEvent e)
|
void |
DataCollectionUndoListener.elementChanged(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementAdded(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementWillAdd(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementChanged(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementWillChange(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementRemoved(DataCollectionEvent e)
|
void |
DataCollectionListenerSupport.elementWillRemove(DataCollectionEvent e)
|
void |
DataCollectionListener.elementAdded(DataCollectionEvent e)
Called after data element was added. |
void |
DataCollectionListener.elementWillAdd(DataCollectionEvent e)
Called before data element will be added. |
void |
DataCollectionListener.elementChanged(DataCollectionEvent e)
Called after data element was changed. |
void |
DataCollectionListener.elementWillChange(DataCollectionEvent e)
Called before data element will be changed. |
void |
DataCollectionListener.elementRemoved(DataCollectionEvent e)
Called after data element was removed. |
void |
DataCollectionListener.elementWillRemove(DataCollectionEvent e)
Called before data element will be removed. |
void |
DataCollection.propagateElementWillChange(DataCollection source,
DataCollectionEvent primaryEvent)
|
void |
DataCollection.propagateElementChanged(DataCollection source,
DataCollectionEvent primaryEvent)
|
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.fireElementChanged(java.lang.Object source,
DataCollection owner,
java.lang.String dataElementName,
DataCollectionEvent primaryEvent)
AbstractDataCollection subclasses must call this method after a data element of the collection change. |
void |
AbstractDataCollection.propagateElementWillChange(DataCollection source,
DataCollectionEvent primaryEvent)
|
void |
AbstractDataCollection.propagateElementChanged(DataCollection source,
DataCollectionEvent primaryEvent)
|
| Constructors in ru.biosoft.access with parameters of type DataCollectionEvent | |
DataCollectionEvent(java.lang.Object source,
int type,
DataCollection owner,
java.lang.String name,
DataCollectionEvent primaryEvent)
Constructs the DataCollectionEvent object. |
|
| Uses of DataCollectionEvent in ru.biosoft.access.repository |
| Methods in ru.biosoft.access.repository with parameters of type DataCollectionEvent | |
void |
DataCollectionTreeModelAdapter.elementAdded(DataCollectionEvent e)
|
void |
DataCollectionTreeModelAdapter.elementChanged(DataCollectionEvent e)
|
void |
DataCollectionTreeModelAdapter.elementRemoved(DataCollectionEvent e)
|
void |
DataCollectionTreeModelAdapter.elementWillAdd(DataCollectionEvent e)
|
void |
DataCollectionTreeModelAdapter.elementWillChange(DataCollectionEvent e)
|
void |
DataCollectionTreeModelAdapter.elementWillRemove(DataCollectionEvent e)
|
| Uses of DataCollectionEvent in ru.biosoft.access.support |
| Methods in ru.biosoft.access.support with parameters of type DataCollectionEvent | |
void |
NameListToListModelAdapter.elementAdded(DataCollectionEvent e)
|
void |
NameListToListModelAdapter.elementWillRemove(DataCollectionEvent e)
|
void |
NameListToListModelAdapter.elementRemoved(DataCollectionEvent e)
|
void |
NameListToListModelAdapter.elementWillAdd(DataCollectionEvent e)
|
void |
NameListToListModelAdapter.elementChanged(DataCollectionEvent e)
|
void |
NameListToListModelAdapter.elementWillChange(DataCollectionEvent e)
|
void |
DataCollectionRowModelAdapter.elementWillRemove(DataCollectionEvent e)
Called before data element will be removed. |
void |
DataCollectionRowModelAdapter.elementAdded(DataCollectionEvent e)
Called after data element was added. |
void |
DataCollectionRowModelAdapter.elementWillAdd(DataCollectionEvent e)
Called before data element will be added. |
void |
DataCollectionRowModelAdapter.elementChanged(DataCollectionEvent e)
Called after data element was changed. |
void |
DataCollectionRowModelAdapter.elementWillChange(DataCollectionEvent e)
Called before data element will be changed. |
void |
DataCollectionRowModelAdapter.elementRemoved(DataCollectionEvent e)
Called after data element was removed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||