Package mgui.io.foreign.minc
Class MincSurfaceDataInOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.ShapeInputOptions
mgui.io.domestic.shapes.SurfaceInputOptions
mgui.io.foreign.minc.MincSurfaceDataInOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class MincSurfaceDataInOptions extends SurfaceInputOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description java.io.File[]
files
Fields inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
displayPanel, merge_name, merge_shapes, names, shapeSet
Fields inherited from class mgui.io.domestic.shapes.ShapeInputOptions
shape, shape_set
-
Constructor Summary
Constructors Constructor Description MincSurfaceDataInOptions()
-
Method Summary
Modifier and Type Method Description java.io.File[]
getFiles()
Returns the list of files associated with this options instanceboolean
isMultiFileEnabled()
void
setFiles(java.io.File[] files)
Sets the list of files associated with this options instanceMethods inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
getDisplayPanel, getFileChooser, getFileChooser, setDisplayPanel, setFromComplementaryOptions, setObject
Methods inherited from class mgui.io.domestic.shapes.ShapeInputOptions
setShapeSet
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, writeXML, writeXML, writeXML
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
files
public java.io.File[] files
-
-
Constructor Details
-
MincSurfaceDataInOptions
public MincSurfaceDataInOptions()
-
-
Method Details
-
isMultiFileEnabled
public boolean isMultiFileEnabled() -
getFiles
public java.io.File[] getFiles()Description copied from class:InterfaceIOOptions
Returns the list of files associated with this options instance- Overrides:
getFiles
in classSurfaceInputOptions
- Returns:
-
setFiles
public void setFiles(java.io.File[] files)Description copied from class:InterfaceIOOptions
Sets the list of files associated with this options instance- Overrides:
setFiles
in classSurfaceInputOptions
-