ru.biosoft.access
Class DataCollectionUnion2
ru.biosoft.access.DataElementSupport
|
+--ru.biosoft.access.AbstractDataCollection
|
+--ru.biosoft.access.VectorDataCollection
|
+--ru.biosoft.access.DataCollectionUnion2
- public class DataCollectionUnion2
- extends VectorDataCollection
- implements CollectionUnion, DataCollectionListener
- todo HIGH Comment
| Methods inherited from class ru.biosoft.access.AbstractDataCollection |
addDataCollectionListener, contains, contains, getCompleteName, getDataElementType, getInfo, init, propagateElementChanged, propagateElementWillChange, removeDataCollectionListener, toString |
DataCollectionUnion2
public DataCollectionUnion2(DataCollection dc, Properties properties)
throws java.lang.Exception
- todo Comment
DataCollectionUnion2
public DataCollectionUnion2(DataCollection [] collections, Properties properties)
addCollection
public void addCollection(DataCollection child)
close
public void close()
throws java.lang.Exception
elementAdded
public void elementAdded(DataCollectionEvent event)
throws java.lang.Exception
elementChanged
public void elementChanged(DataCollectionEvent event)
throws java.lang.Exception
elementRemoved
public void elementRemoved(DataCollectionEvent event)
throws java.lang.Exception
elementWillAdd
public void elementWillAdd(DataCollectionEvent event)
throws DataCollectionVetoException,
java.lang.Exception
elementWillChange
public void elementWillChange(DataCollectionEvent event)
throws DataCollectionVetoException,
java.lang.Exception
elementWillRemove
public void elementWillRemove(DataCollectionEvent event)
throws DataCollectionVetoException,
java.lang.Exception
get
public DataElement get(String name)
throws java.lang.Exception
put
public DataElement put(DataElement de)
remove
public DataElement remove(String name)
throws java.lang.Exception
removeCollection
public void removeCollection(String name)
to Class ru.biosoft.access.DataElementRef
to Class ru.biosoft.access.DataElementRef
to Class ru.biosoft.access.DataElementRef
BOTTOM