Package mgui.io.domestic.shapes
Class SurfaceDataFileLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.SurfaceDataFileLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
- Direct Known Subclasses:
CaretMetricLoader
,CaretPaintLoader
,FreesurferVertexDataLoader
,MincSurfaceDataLoader
public abstract class SurfaceDataFileLoader extends FileLoader
Loads vertex-wise data into an InterfaceShape object.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description SurfaceDataFileLoader()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFailureMessage()
Returns a message to indicate that loading failed.javax.swing.Icon
getObjectIcon()
Returns theIcon
associated with this object.java.lang.String
getSuccessMessage()
Returns a message to indicate that loading was successful.java.util.ArrayList<java.lang.Class<?>>
getSupportedObjects()
Returns a list of classes for objects which are supported by this I/O interfacejava.lang.String
getTitle()
boolean
load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Loads data from the set of files or URLs specified byoptions
.java.lang.Object
loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.java.util.ArrayList<MguiNumber>
loadValues()
abstract java.util.ArrayList<MguiNumber>
loadValues(ProgressUpdater progress_bar)
Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFile, getIOType, getOptions, getProgressMessage, getWriterComplement, load, load, loadObject, loadObject, loadObject, setFile, setOptions, setURL, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SurfaceDataFileLoader
public SurfaceDataFileLoader()
-
-
Method Details
-
load
Description copied from class:FileLoader
Loads data from the set of files or URLs specified byoptions
. Loading is controlled by the specifications ofoptions
. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object.This method should also set the URL reference and writer and loader attributes to match this one and its complement.
- Specified by:
load
in classFileLoader
progress_bar
- An optional progress updater. Can benull
.- Returns:
-
loadValues
-
loadObject
public java.lang.Object loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options) throws java.io.IOExceptionDescription copied from class:FileLoader
Loads data into an instance of the object corresponding to this loader. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object. TODO: make generic?- Overrides:
loadObject
in classFileLoader
- Parameters:
progress_bar
- An optional progress updater. Can benull
.options
- Options defining the loading process- Returns:
- Throws:
java.io.IOException
-
loadValues
-
getSuccessMessage
public java.lang.String getSuccessMessage()Description copied from class:FileLoader
Returns a message to indicate that loading was successful.- Specified by:
getSuccessMessage
in interfaceInterfaceIO
- Overrides:
getSuccessMessage
in classFileLoader
- Returns:
- Progress message
-
getFailureMessage
public java.lang.String getFailureMessage()Description copied from class:FileLoader
Returns a message to indicate that loading failed.- Overrides:
getFailureMessage
in classFileLoader
- Returns:
- Progress message
-
getTitle
public java.lang.String getTitle()- Specified by:
getTitle
in interfaceInterfaceIO
- Overrides:
getTitle
in classFileLoader
-
getObjectIcon
public javax.swing.Icon getObjectIcon()Description copied from interface:IconObject
Returns theIcon
associated with this object.- Specified by:
getObjectIcon
in interfaceIconObject
- Overrides:
getObjectIcon
in classFileLoader
- Returns:
-
getSupportedObjects
public java.util.ArrayList<java.lang.Class<?>> getSupportedObjects()Description copied from interface:InterfaceIO
Returns a list of classes for objects which are supported by this I/O interface- Specified by:
getSupportedObjects
in interfaceInterfaceIO
- Overrides:
getSupportedObjects
in classFileLoader
- Returns:
-