org.simantics.databoard.accessor.file
Interface FileUnionAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, UnionAccessor
All Known Implementing Classes:
BinaryUnion

public interface FileUnionAccessor
extends UnionAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setComponentValueNoflush(int tag, Binding componentBinding, java.lang.Object componentValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.UnionAccessor
count, getComponentAccessor, getComponentValue, getTag, setComponentValue, setValue, type
 
Methods inherited from interface org.simantics.databoard.accessor.file.FileAccessor
close, file, flush, setValueNoflush
 
Methods inherited from interface org.simantics.databoard.accessor.Accessor
addListener, apply, getAccessor, getValue, removeListener
 

Method Detail

setComponentValueNoflush

void setComponentValueNoflush(int tag,
                              Binding componentBinding,
                              java.lang.Object componentValue)
                              throws AccessorException
Throws:
AccessorException