Uses of Class
mgui.interfaces.InterfaceDialogBox
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.attributes |
Provides a standard updatable attribute object which can fire events for all interface objects.
|
mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
mgui.interfaces.events |
Defines events on interface objects.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
mgui.interfaces.gui | |
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.math |
Provides an abstract interface allowing arithmetic functions to be applied to object data (e.g., vertex data for shapes).
|
mgui.interfaces.neuro | |
mgui.interfaces.neuro.imaging.camino | |
mgui.interfaces.pipelines |
This package provides interfaces for user interaction with pipelines.
|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
mgui.interfaces.projects.util |
Utility classes operating on projects.
|
mgui.interfaces.shapes.datasources | |
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.util | |
mgui.interfaces.shapes.volume | |
mgui.interfaces.tools.dialogs | |
mgui.interfaces.tools.shapes | |
mgui.interfaces.tools.shapes.util | |
mgui.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.videos | |
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 InterfaceDialogBox in mgui.interfaces
Subclasses of InterfaceDialogBox in mgui.interfaces Modifier and Type Class Description class
InterfaceOptionsDialogBox
Extension ofInterfaceDialogBox
which provides a constructor accepting an instance ofInterfaceOptions
as an argument, which should be used as a means to transfer information between the dialog and its parent.class
InterfaceOptionsTabbedDialogBox
Extension ofInterfaceOptionsDialogBox
which allows for tabs.class
InterfaceTabbedDialogBox
Extends InterfaceDialogBox to implement tabs.Methods in mgui.interfaces with parameters of type InterfaceDialogBox Modifier and Type Method Description void
InterfacePanel. updateFromDialog(InterfaceDialogBox box)
-
Uses of InterfaceDialogBox in mgui.interfaces.attributes
Subclasses of InterfaceDialogBox in mgui.interfaces.attributes Modifier and Type Class Description class
AttributeDialogBox
Non-modal, always-on-top dialog box which allows a user to select an attribute object and modify its attributes. -
Uses of InterfaceDialogBox in mgui.interfaces.datasources
Subclasses of InterfaceDialogBox in mgui.interfaces.datasources Modifier and Type Class Description class
DataSourceDialogBox
Dialog box for defining or editing aDataSource
object.class
DataSourceDriverDialogBox
Dialog box which allows user to set up the data source drivers, i.e., with login, url, and password information.class
DataTableDialog
Dialog box for creating or managing a data table.class
EditDataFieldDialogBox
Dialog box to define a data field.class
EditDataTableDialog
Interface allowing the user to create a new table, or edit an existing one, with defined fields.class
EditQueryDialogBox
Simple dialog to edit a query. -
Uses of InterfaceDialogBox in mgui.interfaces.events
Methods in mgui.interfaces.events that return InterfaceDialogBox Modifier and Type Method Description InterfaceDialogBox
DialogActionEvent. getDialog()
Constructors in mgui.interfaces.events with parameters of type InterfaceDialogBox Constructor Description DialogActionEvent(InterfaceDialogBox d, int id, java.lang.String command)
-
Uses of InterfaceDialogBox in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type InterfaceDialogBox Modifier and Type Method Description void
InterfaceGraphicPanel. updateFromDialog(InterfaceDialogBox dialog)
-
Uses of InterfaceDialogBox in mgui.interfaces.graphics.video
Subclasses of InterfaceDialogBox in mgui.interfaces.graphics.video Modifier and Type Class Description class
VideoTaskDialog
A dialog to define aVideoTask
. -
Uses of InterfaceDialogBox in mgui.interfaces.gui
Subclasses of InterfaceDialogBox in mgui.interfaces.gui Modifier and Type Class Description class
LineStyleDialog
Dialog box to specify a line style (Stroke)class
MatrixEditorDialog
Dialog to edit and/or load a 4 x 4 matrix. -
Uses of InterfaceDialogBox in mgui.interfaces.io
Subclasses of InterfaceDialogBox in mgui.interfaces.io Modifier and Type Class Description class
InterfaceIODialogBox
Base class for all dialog boxes for specifying I/O options.class
VolumeFileWriteDialog
Deprecated.Methods in mgui.interfaces.io with parameters of type InterfaceDialogBox Modifier and Type Method Description void
InterfaceFilePanel. updateFromDialog(InterfaceDialogBox box)
-
Uses of InterfaceDialogBox in mgui.interfaces.math
Subclasses of InterfaceDialogBox in mgui.interfaces.math Modifier and Type Class Description class
MathExpressionDialogBox
Dialog box to define a mathematical expression, given an instance of VariableObject -
Uses of InterfaceDialogBox in mgui.interfaces.neuro
Subclasses of InterfaceDialogBox in mgui.interfaces.neuro Modifier and Type Class Description class
CorticalThicknessDataTableDialogBox
class
CorticalThicknessDialogBox
Defines a cortical thickness project -
Uses of InterfaceDialogBox in mgui.interfaces.neuro.imaging.camino
Subclasses of InterfaceDialogBox in mgui.interfaces.neuro.imaging.camino Modifier and Type Class Description class
CaminoProcessDialogBox
class
CaminoProjectDialogBox
class
CaminoTaskDialogBox
-
Uses of InterfaceDialogBox in mgui.interfaces.pipelines
Subclasses of InterfaceDialogBox in mgui.interfaces.pipelines Modifier and Type Class Description class
PipelineProcessDialogBox
A dialog box for creating or modifying aPipelineProcess
.class
PipelineProcessInstanceDialogBox
Dialog box for specifying a pipeline process instance. -
Uses of InterfaceDialogBox in mgui.interfaces.plots
Subclasses of InterfaceDialogBox in mgui.interfaces.plots Modifier and Type Class Description class
InterfacePlotDialog<T extends InterfacePlot<?>>
Abstract class to be extended by all dialogs which defineInterfacePlot
objects.class
NewPlotDialog
General dialog box for generation a new plot object. -
Uses of InterfaceDialogBox in mgui.interfaces.plots.sgt
Subclasses of InterfaceDialogBox in mgui.interfaces.plots.sgt Modifier and Type Class Description class
SgtMultilinePlotDialog
Dialog box for specifying the source data, attributes, labels, and axes of a SGT multiline plot object.class
SgtScatterPlotDialog
Dialog to allow user to specify source data and display options for an XY scatterplot. -
Uses of InterfaceDialogBox in mgui.interfaces.projects
Subclasses of InterfaceDialogBox in mgui.interfaces.projects Modifier and Type Class Description class
InterfaceProjectDialogBox
Dialog for setting up or editing an InterfaceProject object.class
ProjectDirectoryDialogBox
Dialog box to define aProjectDirectory
, and in particular the list ofProjectDataItem
s it contains. -
Uses of InterfaceDialogBox in mgui.interfaces.projects.util
Subclasses of InterfaceDialogBox in mgui.interfaces.projects.util Modifier and Type Class Description class
ConsolidateDirectoriesDialogBox
Defines parameters for a consolidation of directories into one directory. -
Uses of InterfaceDialogBox in mgui.interfaces.shapes.datasources
Subclasses of InterfaceDialogBox in mgui.interfaces.shapes.datasources Modifier and Type Class Description class
DataSourceLinkDialogBox
Dialog box for specifying a vertex data column link to a data source. -
Uses of InterfaceDialogBox in mgui.interfaces.shapes.mesh
Subclasses of InterfaceDialogBox in mgui.interfaces.shapes.mesh Modifier and Type Class Description class
MeshDataMaskOptionsDialog
class
MeshDataThresholdOptionsDialog
class
MeshPlaneMaskOptionsDialog
class
MeshSubmeshOptionsDialog
-
Uses of InterfaceDialogBox in mgui.interfaces.shapes.neuro
Subclasses of InterfaceDialogBox in mgui.interfaces.shapes.neuro Modifier and Type Class Description class
NeuroMeshOptionsDialog
-
Uses of InterfaceDialogBox in mgui.interfaces.shapes.util
Subclasses of InterfaceDialogBox in mgui.interfaces.shapes.util Modifier and Type Class Description class
Plane3DDialog
Dialog box to specify a plane 3D -
Uses of InterfaceDialogBox in mgui.interfaces.shapes.volume
Subclasses of InterfaceDialogBox in mgui.interfaces.shapes.volume Modifier and Type Class Description class
VolumeMaskDialog
class
VolumeMaskDialog_old
Provides several dialog box for setting volume masking parameters.Methods in mgui.interfaces.shapes.volume with parameters of type InterfaceDialogBox Modifier and Type Method Description void
InterfaceVolumePanel. updateFromDialog(InterfaceDialogBox box)
-
Uses of InterfaceDialogBox in mgui.interfaces.tools.dialogs
Subclasses of InterfaceDialogBox in mgui.interfaces.tools.dialogs Modifier and Type Class Description class
DialogToolDialogBox
-
Uses of InterfaceDialogBox in mgui.interfaces.tools.shapes
Subclasses of InterfaceDialogBox in mgui.interfaces.tools.shapes Modifier and Type Class Description class
ToolCreateMeshFromPolylinesDialog
class
ToolCutMeshWithPlaneDialog
class
ToolGetConvexHull2DDialog
class
ToolGetMeshIntersectionPolylinesDialog
-
Uses of InterfaceDialogBox in mgui.interfaces.tools.shapes.util
Subclasses of InterfaceDialogBox in mgui.interfaces.tools.shapes.util Modifier and Type Class Description class
RulerDialog
Dialog to be displayed when executing a Ruler tool (ToolRuler2D or ToolRuler3D). -
Uses of InterfaceDialogBox in mgui.io
Methods in mgui.io with parameters of type InterfaceDialogBox Modifier and Type Method Description void
InterfaceIOPanel. updateFromDialog(InterfaceDialogBox box)
-
Uses of InterfaceDialogBox in mgui.io.domestic.datasources
Subclasses of InterfaceDialogBox 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 InterfaceDialogBox in mgui.io.domestic.maps
Subclasses of InterfaceDialogBox in mgui.io.domestic.maps Modifier and Type Class Description class
DiscreteColourMapInDialogBox
class
DiscreteColourMapOutDialogBox
class
NameMapOutDialogBox
-
Uses of InterfaceDialogBox in mgui.io.domestic.network
Subclasses of InterfaceDialogBox in mgui.io.domestic.network Modifier and Type Class Description class
CorticalNetworkMatrixInDialogBox
-
Uses of InterfaceDialogBox in mgui.io.domestic.shapes
Subclasses of InterfaceDialogBox 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 InterfaceDialogBox in mgui.io.domestic.variables
Subclasses of InterfaceDialogBox 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 InterfaceDialogBox in mgui.io.domestic.videos
Subclasses of InterfaceDialogBox in mgui.io.domestic.videos Modifier and Type Class Description class
ImageStackVideoDialog
Sets parameters for an image stack output operation, via ImageStackVideoWriter.class
VideoOutputDialog
-
Uses of InterfaceDialogBox in mgui.io.domestic.views
Subclasses of InterfaceDialogBox in mgui.io.domestic.views Modifier and Type Class Description class
View3DOutputDialogBox
Dialog box to specify the output for a View3D object. -
Uses of InterfaceDialogBox in mgui.io.foreign.caret
Subclasses of InterfaceDialogBox in mgui.io.foreign.caret Modifier and Type Class Description class
CaretAreaColourInDialogBox
class
CaretAreaColourOutDialogBox
class
CaretMetricInDialogBox
class
CaretMetricOptionsDialog
class
CaretPaintInDialogBox
class
CaretPaintOptionsDialog
Deprecated.use CaretPaintInDialogBox or CaretPaintOutDialogBoxclass
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 InterfaceDialogBox in mgui.io.foreign.freesurfer
Subclasses of InterfaceDialogBox in mgui.io.foreign.freesurfer Modifier and Type Class Description class
FreesurferVertexDataDialogBox
Extension ofSurfaceDataInputDialogBox
specifically for Freesurfer surface data files. -
Uses of InterfaceDialogBox in mgui.io.foreign.minc
Subclasses of InterfaceDialogBox in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceDataInDialogBox
Input data for a MINC (obj) surfaceclass
MincSurfaceDataOutDialogBox
class
MincSurfaceOutDialog
-
Uses of InterfaceDialogBox in mgui.io.foreign.pajek
Subclasses of InterfaceDialogBox in mgui.io.foreign.pajek Modifier and Type Class Description class
PajekGraphInputDialog
Options dialog box for PajekGraphLoader. -
Uses of InterfaceDialogBox in mgui.io.standard.gifti
Subclasses of InterfaceDialogBox 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.