Uses of Interface
mgui.io.InterfaceIOPanel
Package | Description |
---|---|
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.shapes.volume | |
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 InterfaceIOPanel in mgui.interfaces.io
Classes in mgui.interfaces.io that implement InterfaceIOPanel Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations.Fields in mgui.interfaces.io declared as InterfaceIOPanel Modifier and Type Field Description protected InterfaceIOPanel
InterfaceIODialogBox. io_panel
Methods in mgui.interfaces.io with parameters of type InterfaceIOPanel 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.void
InterfaceIODialogBox. setIOPanel(InterfaceIOPanel panel)
Constructors in mgui.interfaces.io with parameters of type InterfaceIOPanel Constructor Description InterfaceIODialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOPanel in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement InterfaceIOPanel Modifier and Type Class Description class
InterfaceVolumePanel
Interface panel which allows the user to interact with Volume3DInt objects. -
Uses of InterfaceIOPanel in mgui.io.domestic.datasources
Constructors in mgui.io.domestic.datasources with parameters of type InterfaceIOPanel Constructor Description ExportDataTableDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
ImportDataTableDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.domestic.maps
Constructors in mgui.io.domestic.maps with parameters of type InterfaceIOPanel Constructor Description DiscreteColourMapInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
DiscreteColourMapOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
NameMapOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.domestic.network
Constructors in mgui.io.domestic.network with parameters of type InterfaceIOPanel Constructor Description CorticalNetworkMatrixInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOPanel in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes with parameters of type InterfaceIOPanel Modifier and Type Method Description static Volume3DInt
VolumeInputDialogBox. loadVolume(VolumeInputOptions options, InterfaceIOPanel panel)
static Volume3DInt
VolumeInputDialogBox. showDialog(InterfaceIOPanel panel, VolumeInputOptions opts, boolean show_checks)
-
Uses of InterfaceIOPanel in mgui.io.domestic.variables
Constructors in mgui.io.domestic.variables with parameters of type InterfaceIOPanel Constructor Description MatrixInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOPanel in mgui.io.domestic.views
Constructors in mgui.io.domestic.views with parameters of type InterfaceIOPanel Constructor Description View3DOutputDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.foreign.caret
Constructors in mgui.io.foreign.caret with parameters of type InterfaceIOPanel Constructor Description CaretAreaColourInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretAreaColourOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
CaretMetricInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretPaintInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretSurfaceInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretSurfaceOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.foreign.freesurfer
Constructors in mgui.io.foreign.freesurfer with parameters of type InterfaceIOPanel Constructor Description FreesurferVertexDataDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.foreign.minc
Constructors in mgui.io.foreign.minc with parameters of type InterfaceIOPanel Constructor Description MincSurfaceDataInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, SurfaceDataInputOptions opts)
MincSurfaceDataOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.foreign.pajek
Constructors in mgui.io.foreign.pajek with parameters of type InterfaceIOPanel Constructor Description PajekGraphInputDialog(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOPanel in mgui.io.standard.gifti
Constructors in mgui.io.standard.gifti with parameters of type InterfaceIOPanel Constructor Description GiftiSurfaceInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
GiftiSurfaceOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)