Package mgui.io.foreign.minc
Class MincSurfaceDataOutOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceDataOutputOptions
mgui.io.foreign.minc.MincSurfaceDataOutOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class MincSurfaceDataOutOptions extends SurfaceDataOutputOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields inherited from class mgui.io.domestic.shapes.SurfaceDataOutputOptions
columns, displayPanel, extension, filenames, files, formats, mesh
-
Constructor Summary
Constructors Constructor Description MincSurfaceDataOutOptions()
-
Method Summary
Modifier and Type Method Description javax.swing.JFileChooser
getFileChooser()
Returns a file chooser appropriate for this options instancejavax.swing.JFileChooser
getFileChooser(java.io.File f)
Returns a file chooser appropriate for this options instanceboolean
isMultiFileEnabled()
Methods inherited from class mgui.io.domestic.shapes.SurfaceDataOutputOptions
getDisplayPanel, getFiles, setDisplayPanel, setFiles, setObject
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, 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
-
Constructor Details
-
MincSurfaceDataOutOptions
public MincSurfaceDataOutOptions()
-
-
Method Details
-
isMultiFileEnabled
public boolean isMultiFileEnabled()- Overrides:
isMultiFileEnabled
in classSurfaceDataOutputOptions
-
getFileChooser
public javax.swing.JFileChooser getFileChooser()Description copied from class:InterfaceIOOptions
Returns a file chooser appropriate for this options instance- Overrides:
getFileChooser
in classSurfaceDataOutputOptions
- Returns:
-
getFileChooser
public javax.swing.JFileChooser getFileChooser(java.io.File f)Description copied from class:InterfaceIOOptions
Returns a file chooser appropriate for this options instance- Overrides:
getFileChooser
in classSurfaceDataOutputOptions
- Returns:
-