Uses of Class
mgui.interfaces.InterfacePanel
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.attributes.video |
Classes allowing video tasks to read/modify object attributes.
|
mgui.interfaces.cocomac |
Provides interfaces with the CoCoMac database.
|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
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.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.gui | |
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.layouts | |
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.models |
Base classes for specifying dynamic models.
|
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.mgui | |
mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
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.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.video | |
mgui.interfaces.shapes.volume | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
mgui.interfaces.tools.dialogs | |
mgui.interfaces.tools.graphics | |
mgui.interfaces.tools.graphs | |
mgui.interfaces.trees |
Provides object interaction via a JTree
|
mgui.io.domestic.videos | |
mgui.morph.sections |
-
Uses of InterfacePanel in mgui.interfaces
Subclasses of InterfacePanel in mgui.interfaces Modifier and Type Class Description class
InterfaceButtonPanel
Interface panel displaying a list of tool-related buttons.class
InterfaceComboPanel
Interface panel allowing for the display of multiple interface panels, selected by a combo box.class
InterfaceDisplayPanel
Main interface panel for displaying data graphically.class
InterfaceHideablePanel
class
InterfaceListPanel
class
InterfaceSelectionPanel
Provides an interface for creating and managing shape selection sets.class
InterfaceSplitPanel
Displays twoInterfaceGraphicWindow
s, split either horizontally or vertically.class
InterfaceStatusBarPanel
Interface panel which acts as a status bar for a given instance ofInterfaceFrame
.class
InterfaceTabbedDisplayPanel
This class extendsInterfaceDisplayPanel
in order to provide a tabbed window pane, similar to a typical web browser.Fields in mgui.interfaces declared as InterfacePanel Modifier and Type Field Description InterfacePanel
InterfaceComboPanel. currentPanel
protected InterfacePanel
InterfaceDialogBox. parentPanel
InterfacePanel
InterfaceHideablePanel. thisPanel
Fields in mgui.interfaces with type parameters of type InterfacePanel Modifier and Type Field Description protected java.util.ArrayList<InterfacePanel>
InterfaceComboPanel. panels
Methods in mgui.interfaces that return InterfacePanel Modifier and Type Method Description static InterfacePanel
InterfaceEnvironment. getInterfacePanelInstance(java.lang.String name)
Creates an instance of the specified interface panel.Methods in mgui.interfaces that return types with arguments of type InterfacePanel Modifier and Type Method Description java.util.ArrayList<InterfacePanel>
InterfaceWorkspace. getInterfacePanels()
java.util.ArrayList<InterfacePanel>
InterfaceComboPanel. getPanels()
Methods in mgui.interfaces with parameters of type InterfacePanel Modifier and Type Method Description void
InterfaceComboPanel. addPanel(InterfacePanel thisPanel)
void
InterfaceHideablePanel. setPanel(InterfacePanel panel)
void
InterfaceComboPanel. showPanel(InterfacePanel thisPanel)
Constructors in mgui.interfaces with parameters of type InterfacePanel Constructor Description InterfaceHideablePanel(InterfacePanel panel)
-
Uses of InterfacePanel in mgui.interfaces.attributes
Subclasses of InterfacePanel in mgui.interfaces.attributes Modifier and Type Class Description class
InterfaceAttributePanel
Panel to display and modify a given AttributeList. -
Uses of InterfacePanel in mgui.interfaces.attributes.video
Subclasses of InterfacePanel in mgui.interfaces.attributes.video Modifier and Type Class Description class
AttributeObjectVideoTaskDialogPanel
Panel for defining an AttributeObjectTask. -
Uses of InterfacePanel in mgui.interfaces.cocomac
Subclasses of InterfacePanel in mgui.interfaces.cocomac Modifier and Type Class Description class
InterfaceCoCoMacPanel
-
Uses of InterfacePanel in mgui.interfaces.console
Subclasses of InterfacePanel in mgui.interfaces.console Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of InterfacePanel in mgui.interfaces.datasources
Subclasses of InterfacePanel in mgui.interfaces.datasources Modifier and Type Class Description class
InterfaceDatasourcePanel
Interface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of InterfacePanel in mgui.interfaces.graphics
Subclasses of InterfacePanel in mgui.interfaces.graphics Modifier and Type Class Description class
InterfaceGraphic<T extends Tool>
The base class for all graphical interface windows.class
InterfaceGraphic2D
Graphical interface window for display 2D shapes (Shape2DInt).class
InterfaceGraphic3D
Interface class for Java3D display.class
InterfaceGraphicPanel
Panel to define the display windows in InterfaceDisplayPanel, including: 1.class
InterfaceGraphicWindow
Provides a title for anInterfaceGraphic
window, which is a button. -
Uses of InterfacePanel in mgui.interfaces.graphics.video
Subclasses of InterfacePanel in mgui.interfaces.graphics.video Modifier and Type Class Description class
RotateView3DTaskDialogPanel
Dialog panel for a RotateView3DTask.class
SetView3DTaskDialogPanel
Dialog panel for a SetView3DTask.class
VideoTaskDialogPanel
A dialog defining aVideoTask
object.Constructors in mgui.interfaces.graphics.video with parameters of type InterfacePanel Constructor Description VideoTaskDialog(javax.swing.JFrame aFrame, InterfacePanel panel, VideoTaskOptions options)
-
Uses of InterfacePanel in mgui.interfaces.graphs
Subclasses of InterfacePanel in mgui.interfaces.graphs Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.class
InterfaceGraphDisplayTitle
-
Uses of InterfacePanel in mgui.interfaces.gui
Constructors in mgui.interfaces.gui with parameters of type InterfacePanel Constructor Description MatrixEditorDialog(InterfacePanel panel, org.jogamp.vecmath.Matrix4d matrix)
-
Uses of InterfacePanel in mgui.interfaces.io
Subclasses of InterfacePanel in mgui.interfaces.io Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations. -
Uses of InterfacePanel in mgui.interfaces.layouts
Subclasses of InterfacePanel in mgui.interfaces.layouts Modifier and Type Class Description class
InterfaceLayoutPanel
Interface panel allowing interaction with a 2D Layout object.class
InterfaceLayoutWindow
Provides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects.Fields in mgui.interfaces.layouts declared as InterfacePanel Modifier and Type Field Description InterfacePanel
CategoryTitle. parentObj
Methods in mgui.interfaces.layouts with parameters of type InterfacePanel Modifier and Type Method Description void
CategoryTitle. setParentObj(InterfacePanel c)
-
Uses of InterfacePanel in mgui.interfaces.maps
Subclasses of InterfacePanel in mgui.interfaces.maps Modifier and Type Class Description class
ContinuousColourBar
Component displays a continuous colour map as a horizontal bar portraying the colour gradient between anchors.class
DiscreteColourMapLayout
Layout which displays a discrete colour map as a list of colour boxes, names, and optionally descriptions and indexes.class
InterfaceMapPanel
Panel to create and modify various maps, including colour maps and value maps. -
Uses of InterfacePanel in mgui.interfaces.models
Subclasses of InterfacePanel in mgui.interfaces.models Modifier and Type Class Description class
InterfaceDynamicModelPanel
-
Uses of InterfacePanel in mgui.interfaces.neuro
Subclasses of InterfacePanel in mgui.interfaces.neuro Modifier and Type Class Description class
InterfaceCorticalThicknessPanel
Panel providing an interface to cortical thickness databases and subject databases.Fields in mgui.interfaces.neuro declared as InterfacePanel Modifier and Type Field Description InterfacePanel
CorticalThicknessDataTableOptions. panel
InterfacePanel
CorticalThicknessOptions. panel
Constructors in mgui.interfaces.neuro with parameters of type InterfacePanel Constructor Description CorticalThicknessDataTableOptions(InterfacePanel p)
CorticalThicknessOptions(InterfacePanel p)
-
Uses of InterfacePanel in mgui.interfaces.neuro.imaging.camino
Subclasses of InterfacePanel in mgui.interfaces.neuro.imaging.camino Modifier and Type Class Description class
InterfaceCaminoPanel
-
Uses of InterfacePanel in mgui.interfaces.pipelines
Subclasses of InterfacePanel in mgui.interfaces.pipelines Modifier and Type Class Description class
InterfacePipelinesPanel
Provides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of InterfacePanel in mgui.interfaces.plots
Subclasses of InterfacePanel in mgui.interfaces.plots Modifier and Type Class Description class
InterfacePlot<T extends MguiNumber>
Represents an abstract plot object.class
InterfacePlotDisplay
General graphic interface for all plots.class
InterfacePlotMulti
Allows the display of multiple plots in a single InterfacePlot panel.class
InterfacePlotPanel
-
Uses of InterfacePanel in mgui.interfaces.plots.mgui
Subclasses of InterfacePanel in mgui.interfaces.plots.mgui Modifier and Type Class Description class
InterfacePlotMgui
General class for displaying ModelGUI plots.class
MatrixImagePlot
Plots a matrix as an image, with a specified colour map. -
Uses of InterfacePanel in mgui.interfaces.plots.osp
Subclasses of InterfacePanel in mgui.interfaces.plots.osp Modifier and Type Class Description class
InterfacePlotOsp
General class for displaying Open Source Physics (OSP) plots.class
InterfaceStripChart
Displays an OSP StripChart; i.e., time vs. -
Uses of InterfacePanel in mgui.interfaces.plots.sgt
Subclasses of InterfacePanel in mgui.interfaces.plots.sgt Modifier and Type Class Description class
InterfacePlotSgt<T extends SgtPlotObject<?>>
Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.class
SgtMultilinePlot
Displays a line plot using the Scientific Graphics Toolkit (SGT) library.class
SgtScatterplot
Displays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library. -
Uses of InterfacePanel in mgui.interfaces.projects
Subclasses of InterfacePanel in mgui.interfaces.projects Modifier and Type Class Description class
InterfaceProjectPanel
Panel which provides a user interface for InterfaceProjects. -
Uses of InterfacePanel in mgui.interfaces.queries
Subclasses of InterfacePanel in mgui.interfaces.queries Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of InterfacePanel in mgui.interfaces.shapes
Subclasses of InterfacePanel in mgui.interfaces.shapes Modifier and Type Class Description class
InterfacePolygonPanel
class
InterfaceSectionSetPanel
Updated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.class
InterfaceShapesPanel
Interface panel providing a GUI for general shape-related functions.class
ShapeStatsPanel
Interface panel for performing statistical procedures on shapes. -
Uses of InterfacePanel in mgui.interfaces.shapes.mesh
Subclasses of InterfacePanel in mgui.interfaces.shapes.mesh Modifier and Type Class Description class
InterfaceMeshPanel
Provides an interface toMesh3DInt
objects.Constructors in mgui.interfaces.shapes.mesh with parameters of type InterfacePanel Constructor Description MeshDataMaskOptionsDialog(javax.swing.JFrame aFrame, MeshDataMaskOptions options, InterfacePanel panel)
MeshPlaneMaskOptionsDialog(javax.swing.JFrame aFrame, MeshPlaneMaskOptions options, InterfacePanel panel)
-
Uses of InterfacePanel in mgui.interfaces.shapes.neuro
Subclasses of InterfacePanel in mgui.interfaces.shapes.neuro Modifier and Type Class Description class
InterfaceNeuroMeshPanel
class
InterfaceNeuroMeshPanel2
-
Uses of InterfacePanel in mgui.interfaces.shapes.selection
Subclasses of InterfacePanel in mgui.interfaces.shapes.selection Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets. -
Uses of InterfacePanel in mgui.interfaces.shapes.video
Subclasses of InterfacePanel in mgui.interfaces.shapes.video Modifier and Type Class Description class
ChangeSectionVideoTaskDialogPanel
Dialog panel for a ChangeSectionVideoTask. -
Uses of InterfacePanel in mgui.interfaces.shapes.volume
Subclasses of InterfacePanel in mgui.interfaces.shapes.volume Modifier and Type Class Description class
InterfaceVolumePanel
Interface panel which allows the user to interact with Volume3DInt objects.class
InterfaceVolumeSetPanel
Panel to provide an interface with a volume overlay set. -
Uses of InterfacePanel in mgui.interfaces.tables
Subclasses of InterfacePanel in mgui.interfaces.tables Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.class
InterfaceDataTableTitle
-
Uses of InterfacePanel in mgui.interfaces.tools
Subclasses of InterfacePanel in mgui.interfaces.tools Modifier and Type Class Description class
InterfaceTool2DPanel
Deprecated.class
InterfaceToolPanel
Panel displaying buttons for various tools, categorized.Methods in mgui.interfaces.tools with parameters of type InterfacePanel Modifier and Type Method Description void
Tool. setTargetPanel(InterfacePanel panel)
Constructors in mgui.interfaces.tools with parameters of type InterfacePanel Constructor Description ToolInputEvent(InterfacePanel panel)
ToolInputEvent(InterfacePanel panel, int type, int keyInputVal)
ToolInputEvent(InterfacePanel panel, int type, java.awt.Point thisPt)
ToolInputEvent(InterfacePanel panel, int type, java.awt.Point thisPt, boolean ctrl_pressed, boolean shift_pressed)
ToolMouseEvent(InterfacePanel panel)
ToolMouseEvent(InterfacePanel panel, int type, java.awt.Point thisPt)
-
Uses of InterfacePanel in mgui.interfaces.tools.dialogs
Methods in mgui.interfaces.tools.dialogs with parameters of type InterfacePanel Modifier and Type Method Description void
DialogTool. setTargetPanel(InterfacePanel panel)
-
Uses of InterfacePanel in mgui.interfaces.tools.graphics
Methods in mgui.interfaces.tools.graphics with parameters of type InterfacePanel Modifier and Type Method Description void
Tool2D. setTargetPanel(InterfacePanel panel)
void
Tool3D. setTargetPanel(InterfacePanel thisPanel)
void
ToolMouseOrbit3D. setTargetPanel(InterfacePanel panel)
-
Uses of InterfacePanel in mgui.interfaces.tools.graphs
Methods in mgui.interfaces.tools.graphs with parameters of type InterfacePanel Modifier and Type Method Description void
ToolGraph. setTargetPanel(InterfacePanel p)
void
ToolGraphTransform. setTargetPanel(InterfacePanel panel)
-
Uses of InterfacePanel in mgui.interfaces.trees
Subclasses of InterfacePanel in mgui.interfaces.trees Modifier and Type Class Description class
InterfaceTreePanel
Provides a tree interface for model objects -
Uses of InterfacePanel in mgui.io.domestic.videos
Fields in mgui.io.domestic.videos declared as InterfacePanel Modifier and Type Field Description protected InterfacePanel
VideoOutputDialog. panel
Constructors in mgui.io.domestic.videos with parameters of type InterfacePanel Constructor Description ImageStackVideoDialog(javax.swing.JFrame aFrame, InterfacePanel panel, VideoOutputOptions options)
VideoOutputDialog(javax.swing.JFrame aFrame, InterfacePanel panel, VideoOutputOptions options)
-
Uses of InterfacePanel in mgui.morph.sections
Subclasses of InterfacePanel in mgui.morph.sections Modifier and Type Class Description class
InterfaceMorphPanel
class
InterfaceMorphPanel2
class
InterfaceRadialRep
class
InterfaceRadialRep2