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. dialogMethods in mgui.interfaces.io that return InterfaceIODialogBox Modifier and Type Method Description InterfaceIODialogBoxInterfaceIOType. 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 voidInterfaceIOType. 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 classExportDataTableDialogBoxDialog box to specify options for exporting data from a data source to an external file format (e.g., delimited text).classImportDataTableDialogBoxInterface 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 classDiscreteColourMapInDialogBoxclassDiscreteColourMapOutDialogBoxclassNameMapOutDialogBox -
Uses of InterfaceIODialogBox in mgui.io.domestic.network
Subclasses of InterfaceIODialogBox in mgui.io.domestic.network Modifier and Type Class Description classCorticalNetworkMatrixInDialogBox -
Uses of InterfaceIODialogBox in mgui.io.domestic.shapes
Subclasses of InterfaceIODialogBox in mgui.io.domestic.shapes Modifier and Type Class Description classMeshOptionsDialogBoxclassPointSet2DInputDialogBoxclassPointSet3DDataInputDialogBoxclassPointSet3DInputDialogBoxclassPolygonSet3DInputDialogBoxclassShapeDataInputDialogBoxDialog box for ShapeDataLoader.classShapeInputDialogBoxDialog box for loading a ModelGUI shape.classShapeModel3DInputDialogDialog box for specifying options to load aShapeModel3Dobject into the workspace.classShapeModel3DOutputDialogDialog box for specifying the XML output of aShapeModel3D.classShapeOutputDialogBoxDialog box for output of InterfaceShape objects.classSurfaceDataInputDialogBoxDialog box for loading vertex-wise data into a surface.classSurfaceDataOutputDialogBoxclassSurfaceInputDialogBoxDialog box for specifying options to load a Mesh3D from file.classSurfaceOutputDialogBoxclassVectorSet3DInputDialogBoxclassVolumeInputDialogBoxDialog box for specifying parameters for loading a Volume3D objectclassVolumeOutputDialogBoxDialog box for specifying options to write aVolume3DIntto 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 classMatrixInDialogBoxDialog 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 classView3DOutputDialogBoxDialog 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 classCaretAreaColourInDialogBoxclassCaretAreaColourOutDialogBoxclassCaretMetricInDialogBoxclassCaretPaintInDialogBoxclassCaretSurfaceInDialogBoxDialog box for inputting a Caret format surface, comprised of "topo" and "coord" files.classCaretSurfaceOutDialogBoxOpotions 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 classFreesurferVertexDataDialogBoxExtension ofSurfaceDataInputDialogBoxspecifically 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 classMincSurfaceDataInDialogBoxInput data for a MINC (obj) surfaceclassMincSurfaceDataOutDialogBox -
Uses of InterfaceIODialogBox in mgui.io.foreign.pajek
Subclasses of InterfaceIODialogBox in mgui.io.foreign.pajek Modifier and Type Class Description classPajekGraphInputDialogOptions 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 classGiftiSurfaceInDialogBoxDialog box for inputting a GIFTI-format surface.classGiftiSurfaceOutDialogBoxOpotions dialog box for a Gifti surface write operation.