Package mgui.io.foreign.caret
Class CaretSurfaceInOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.ShapeInputOptions
mgui.io.domestic.shapes.SurfaceInputOptions
mgui.io.foreign.caret.CaretSurfaceInOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class CaretSurfaceInOptions extends SurfaceInputOptions
Options specifying how to read a Caret surface
- Author:
- Andrew Reid
-
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.SurfaceInputOptions
displayPanel, files, merge_name, merge_shapes, names, shapeSet
Fields inherited from class mgui.io.domestic.shapes.ShapeInputOptions
shape, shape_set
-
Constructor Summary
Constructors Constructor Description CaretSurfaceInOptions()
-
Method Summary
Modifier and Type Method Description java.io.File
getCoordFile()
javax.swing.JFileChooser
getFileChooser(java.io.File f)
Returns a file chooser appropriate for this options instancejava.io.File
getTopoFile()
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, getFiles, 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
-
Constructor Details
-
CaretSurfaceInOptions
public CaretSurfaceInOptions()
-
-
Method Details
-
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
-
getTopoFile
public java.io.File getTopoFile() -
getCoordFile
public java.io.File getCoordFile() -
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 classSurfaceInputOptions
- Returns:
-