org.simantics.databoard.accessor.file
Interface FileVariantAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, VariantAccessor
All Known Implementing Classes:
BinaryVariant

public interface FileVariantAccessor
extends VariantAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setContentValueNoflush(Binding valueBinding, java.lang.Object value)
           
 
Methods inherited from interface org.simantics.databoard.accessor.VariantAccessor
getContentAccessor, getContentType, getContentValue, setContentValue, 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, getComponent, getValue, getValue, removeListener, setValue
 

Method Detail

setContentValueNoflush

void setContentValueNoflush(Binding valueBinding,
                            java.lang.Object value)
                            throws AccessorException
Throws:
AccessorException