Package edu.swri.swiftvis.util

Interface Summary
EditableBoolean.Listener  
EditableDouble.Listener  
EditableInt.Listener  
EditableString.Listener  
 

Class Summary
BinaryInput This class is intended to help other parts of the code read in data that is in a FORTRAN binary file.
BufferedRandomAccessFile  
EditableBoolean This class can be used to store booleans that need to be edited in a GUI.
EditableDouble This class can be used to store doubles that need to be edited in a GUI.
EditableInt This class can be used to store ints that need to be edited in a GUI.
EditableString This class can be used to store strings that need to be edited in a GUI.