Package mgui.io.domestic
Class WorkspaceOutputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.standard.xml.XMLOutputOptions
mgui.io.domestic.WorkspaceOutputOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class WorkspaceOutputOptions extends XMLOutputOptions
Specifies options for writing a workspace (i.e., an instance of
InterfaceWorkspace
) to XML.- Since:
- 1.0
- Version:
- 1.0
- 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.standard.xml.XMLOutputOptions
delimiter, encoding, file, filename, io_options, max_line_size, object, sig_digits, type, writer
-
Constructor Summary
Constructors Constructor Description WorkspaceOutputOptions()
WorkspaceOutputOptions(XMLObject.XMLType type)
-
Method Summary
Modifier and Type Method Description javax.swing.JFileChooser
getFileChooser(java.io.File f)
Returns a file chooser appropriate for this options instanceMethods inherited from class mgui.io.standard.xml.XMLOutputOptions
getFileChooser, getFiles, 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
-
WorkspaceOutputOptions
public WorkspaceOutputOptions() -
WorkspaceOutputOptions
-
-
Method Details
-
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 classXMLOutputOptions
- Returns:
-