HEADER

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

Fields inherited from class ru.biosoft.access.VectorDataCollection
INITIAL_SIZE

Constructor Summary
DataCollectionUnion2(DataCollection dc, Properties properties)
           
DataCollectionUnion2(DataCollection [] collections, Properties properties)
           

Method Summary
 voidaddCollection(DataCollection child)
           
 voidclose()
           
 voidelementAdded(DataCollectionEvent event)
           
 voidelementChanged(DataCollectionEvent event)
           
 voidelementRemoved(DataCollectionEvent event)
           
 voidelementWillAdd(DataCollectionEvent event)
           
 voidelementWillChange(DataCollectionEvent event)
           
 voidelementWillRemove(DataCollectionEvent event)
           
 DataElementget(String name)
           
 DataElementput(DataElement de)
           
 DataElementremove(String name)
           
 voidremoveCollection(String name)
           

Methods inherited from class ru.biosoft.access.VectorDataCollection
getAt, getInitProperties, getNameList, getSize, isMutable, iterator

Methods inherited from class ru.biosoft.access.AbstractDataCollection
addDataCollectionListener, contains, contains, getCompleteName, getDataElementType, getInfo, init, propagateElementChanged, propagateElementWillChange, removeDataCollectionListener, toString

Methods inherited from class ru.biosoft.access.DataElementSupport
getName, getOrigin, registerConstructorWithBadEqual

Constructor Detail

DataCollectionUnion2

public DataCollectionUnion2(DataCollection dc, Properties properties)
throws java.lang.Exception
todo Comment

DataCollectionUnion2

public DataCollectionUnion2(DataCollection [] collections, Properties properties)
Method Detail

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)

Association Links

to Class ru.biosoft.access.DataElementRef

to Class ru.biosoft.access.DataElementRef

to Class ru.biosoft.access.DataElementRef


FOOTER

BOTTOM