Uses of Class
mgui.interfaces.InterfaceOptionsDialogBox
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
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.volume | |
mgui.io.domestic.videos |
-
Uses of InterfaceOptionsDialogBox in mgui.interfaces
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces Modifier and Type Class Description class
InterfaceOptionsTabbedDialogBox
Extension ofInterfaceOptionsDialogBox
which allows for tabs. -
Uses of InterfaceOptionsDialogBox in mgui.interfaces.datasources
Subclasses of InterfaceOptionsDialogBox 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
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 InterfaceOptionsDialogBox in mgui.interfaces.graphics.video
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.graphics.video Modifier and Type Class Description class
VideoTaskDialog
A dialog to define aVideoTask
. -
Uses of InterfaceOptionsDialogBox in mgui.interfaces.math
Subclasses of InterfaceOptionsDialogBox 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 InterfaceOptionsDialogBox in mgui.interfaces.neuro
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.neuro Modifier and Type Class Description class
CorticalThicknessDataTableDialogBox
class
CorticalThicknessDialogBox
Defines a cortical thickness project -
Uses of InterfaceOptionsDialogBox in mgui.interfaces.neuro.imaging.camino
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.neuro.imaging.camino Modifier and Type Class Description class
CaminoProcessDialogBox
class
CaminoProjectDialogBox
class
CaminoTaskDialogBox
-
Uses of InterfaceOptionsDialogBox in mgui.interfaces.pipelines
Subclasses of InterfaceOptionsDialogBox 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 InterfaceOptionsDialogBox in mgui.interfaces.plots
Subclasses of InterfaceOptionsDialogBox 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. -
Uses of InterfaceOptionsDialogBox in mgui.interfaces.plots.sgt
Subclasses of InterfaceOptionsDialogBox 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 InterfaceOptionsDialogBox in mgui.interfaces.projects
Subclasses of InterfaceOptionsDialogBox 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 InterfaceOptionsDialogBox in mgui.interfaces.projects.util
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.projects.util Modifier and Type Class Description class
ConsolidateDirectoriesDialogBox
Defines parameters for a consolidation of directories into one directory. -
Uses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.datasources
Subclasses of InterfaceOptionsDialogBox 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 InterfaceOptionsDialogBox in mgui.interfaces.shapes.mesh
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.mesh Modifier and Type Class Description class
MeshDataMaskOptionsDialog
class
MeshDataThresholdOptionsDialog
class
MeshPlaneMaskOptionsDialog
class
MeshSubmeshOptionsDialog
-
Uses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.neuro
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.neuro Modifier and Type Class Description class
NeuroMeshOptionsDialog
-
Uses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.volume
Subclasses of InterfaceOptionsDialogBox in mgui.interfaces.shapes.volume Modifier and Type Class Description class
VolumeMaskDialog
-
Uses of InterfaceOptionsDialogBox in mgui.io.domestic.videos
Subclasses of InterfaceOptionsDialogBox in mgui.io.domestic.videos Modifier and Type Class Description class
ImageStackVideoDialog
Sets parameters for an image stack output operation, via ImageStackVideoWriter.class
VideoOutputDialog