org.simantics.databoard.accessor.file
Interface FileStringAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, StringAccessor
All Known Implementing Classes:
BinaryString

public interface FileStringAccessor
extends StringAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setValueNoflush(java.lang.String newValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.StringAccessor
getValue, 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, setValue
 

Method Detail

setValueNoflush

void setValueNoflush(java.lang.String newValue)
                     throws AccessorException
Throws:
AccessorException