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[]filesFields inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
displayPanel, merge_name, merge_shapes, names, shapeSetFields 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 instancebooleanisMultiFileEnabled()voidsetFiles(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, setObjectMethods inherited from class mgui.io.domestic.shapes.ShapeInputOptions
setShapeSetMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, writeXML, writeXML, writeXMLMethods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods 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:InterfaceIOOptionsReturns the list of files associated with this options instance- Overrides:
getFilesin classSurfaceInputOptions- Returns:
-
setFiles
public void setFiles(java.io.File[] files)Description copied from class:InterfaceIOOptionsSets the list of files associated with this options instance- Overrides:
setFilesin classSurfaceInputOptions
-