Uses of Class
mgui.interfaces.io.InterfaceIODialogBox
Package | Description |
---|---|
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.io.domestic.datasources | |
mgui.io.domestic.maps | |
mgui.io.domestic.network | |
mgui.io.domestic.shapes | |
mgui.io.domestic.variables | |
mgui.io.domestic.views | |
mgui.io.foreign.caret | |
mgui.io.foreign.freesurfer | |
mgui.io.foreign.minc | |
mgui.io.foreign.pajek | |
mgui.io.standard.gifti |
-
Uses of InterfaceIODialogBox in mgui.interfaces.io
Fields in mgui.interfaces.io with type parameters of type InterfaceIODialogBox Modifier and Type Field Description protected java.lang.Class<InterfaceIODialogBox>
InterfaceIOType. dialog
Methods in mgui.interfaces.io that return InterfaceIODialogBox Modifier and Type Method Description InterfaceIODialogBox
InterfaceIOType. getDialogInstance(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
Returns an instance of the dialog box associated with this I/O type.Methods in mgui.interfaces.io that return types with arguments of type InterfaceIODialogBox Modifier and Type Method Description java.lang.Class<InterfaceIODialogBox>
InterfaceIOType. getDialog()
Method parameters in mgui.interfaces.io with type arguments of type InterfaceIODialogBox Modifier and Type Method Description void
InterfaceIOType. setDialog(java.lang.Class<InterfaceIODialogBox> dialog)
-
Uses of InterfaceIODialogBox in mgui.io.domestic.datasources
Subclasses of InterfaceIODialogBox in mgui.io.domestic.datasources Modifier and Type Class Description class
ExportDataTableDialogBox
Dialog box to specify options for exporting data from a data source to an external file format (e.g., delimited text).class
ImportDataTableDialogBox
Interface which allows the user to define and import tabular data (e.g., from a text file, spreadsheet, or matrix) into a new table in a given data source. -
Uses of InterfaceIODialogBox in mgui.io.domestic.maps
Subclasses of InterfaceIODialogBox in mgui.io.domestic.maps Modifier and Type Class Description class
DiscreteColourMapInDialogBox
class
DiscreteColourMapOutDialogBox
class
NameMapOutDialogBox
-
Uses of InterfaceIODialogBox in mgui.io.domestic.network
Subclasses of InterfaceIODialogBox in mgui.io.domestic.network Modifier and Type Class Description class
CorticalNetworkMatrixInDialogBox
-
Uses of InterfaceIODialogBox in mgui.io.domestic.shapes
Subclasses of InterfaceIODialogBox in mgui.io.domestic.shapes Modifier and Type Class Description class
MeshOptionsDialogBox
class
PointSet2DInputDialogBox
class
PointSet3DDataInputDialogBox
class
PointSet3DInputDialogBox
class
PolygonSet3DInputDialogBox
class
ShapeDataInputDialogBox
Dialog box for ShapeDataLoader.class
ShapeInputDialogBox
Dialog box for loading a ModelGUI shape.class
ShapeModel3DInputDialog
Dialog box for specifying options to load aShapeModel3D
object into the workspace.class
ShapeModel3DOutputDialog
Dialog box for specifying the XML output of aShapeModel3D
.class
ShapeOutputDialogBox
Dialog box for output of InterfaceShape objects.class
SurfaceDataInputDialogBox
Dialog box for loading vertex-wise data into a surface.class
SurfaceDataOutputDialogBox
class
SurfaceInputDialogBox
Dialog box for specifying options to load a Mesh3D from file.class
SurfaceOutputDialogBox
class
VectorSet3DInputDialogBox
class
VolumeInputDialogBox
Dialog box for specifying parameters for loading a Volume3D objectclass
VolumeOutputDialogBox
Dialog box for specifying options to write aVolume3DInt
to file, using the default (Nifti) format. -
Uses of InterfaceIODialogBox in mgui.io.domestic.variables
Subclasses of InterfaceIODialogBox in mgui.io.domestic.variables Modifier and Type Class Description class
MatrixInDialogBox
Dialog for specifying input options for loading a matrix or vector from file. -
Uses of InterfaceIODialogBox in mgui.io.domestic.views
Subclasses of InterfaceIODialogBox in mgui.io.domestic.views Modifier and Type Class Description class
View3DOutputDialogBox
Dialog box to specify the output for a View3D object. -
Uses of InterfaceIODialogBox in mgui.io.foreign.caret
Subclasses of InterfaceIODialogBox in mgui.io.foreign.caret Modifier and Type Class Description class
CaretAreaColourInDialogBox
class
CaretAreaColourOutDialogBox
class
CaretMetricInDialogBox
class
CaretPaintInDialogBox
class
CaretSurfaceInDialogBox
Dialog box for inputting a Caret format surface, comprised of "topo" and "coord" files.class
CaretSurfaceOutDialogBox
Opotions dialog box for a Caret surface write operation. -
Uses of InterfaceIODialogBox in mgui.io.foreign.freesurfer
Subclasses of InterfaceIODialogBox in mgui.io.foreign.freesurfer Modifier and Type Class Description class
FreesurferVertexDataDialogBox
Extension ofSurfaceDataInputDialogBox
specifically for Freesurfer surface data files. -
Uses of InterfaceIODialogBox in mgui.io.foreign.minc
Subclasses of InterfaceIODialogBox in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceDataInDialogBox
Input data for a MINC (obj) surfaceclass
MincSurfaceDataOutDialogBox
-
Uses of InterfaceIODialogBox in mgui.io.foreign.pajek
Subclasses of InterfaceIODialogBox in mgui.io.foreign.pajek Modifier and Type Class Description class
PajekGraphInputDialog
Options dialog box for PajekGraphLoader. -
Uses of InterfaceIODialogBox in mgui.io.standard.gifti
Subclasses of InterfaceIODialogBox in mgui.io.standard.gifti Modifier and Type Class Description class
GiftiSurfaceInDialogBox
Dialog box for inputting a GIFTI-format surface.class
GiftiSurfaceOutDialogBox
Opotions dialog box for a Gifti surface write operation.