Uses of Interface
mgui.interfaces.DisplayListener
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.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.trees |
Provides object interaction via a JTree
|
mgui.morph.sections |
-
Uses of DisplayListener in mgui.interfaces
Classes in mgui.interfaces that implement DisplayListener 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
InterfacePanel
Base class for all Swing panels (i.e., extensions ofJPanel
) to be show in an instance ofInterfaceDisplayPanel
.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 with type parameters of type DisplayListener Modifier and Type Field Description java.util.ArrayList<DisplayListener>
InterfacePanel. displayListeners
Methods in mgui.interfaces with parameters of type DisplayListener Modifier and Type Method Description void
InterfacePanel. addDisplayListener(DisplayListener thisListener)
void
InterfacePanel. removeDisplayListener(DisplayListener thisListener)
-
Uses of DisplayListener in mgui.interfaces.attributes
Classes in mgui.interfaces.attributes that implement DisplayListener Modifier and Type Class Description class
InterfaceAttributePanel
Panel to display and modify a given AttributeList. -
Uses of DisplayListener in mgui.interfaces.attributes.video
Classes in mgui.interfaces.attributes.video that implement DisplayListener Modifier and Type Class Description class
AttributeObjectVideoTaskDialogPanel
Panel for defining an AttributeObjectTask. -
Uses of DisplayListener in mgui.interfaces.cocomac
Classes in mgui.interfaces.cocomac that implement DisplayListener Modifier and Type Class Description class
InterfaceCoCoMacPanel
-
Uses of DisplayListener in mgui.interfaces.console
Classes in mgui.interfaces.console that implement DisplayListener Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of DisplayListener in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement DisplayListener Modifier and Type Class Description class
InterfaceDatasourcePanel
Interface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of DisplayListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement DisplayListener 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.Methods in mgui.interfaces.graphics with parameters of type DisplayListener Modifier and Type Method Description void
Graphic2DGrid. addDisplayListener(DisplayListener listener)
void
Graphic2DGrid. removeDisplayListener(DisplayListener listener)
-
Uses of DisplayListener in mgui.interfaces.graphics.video
Classes in mgui.interfaces.graphics.video that implement DisplayListener 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. -
Uses of DisplayListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement DisplayListener Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.class
InterfaceGraphDisplayTitle
-
Uses of DisplayListener in mgui.interfaces.io
Classes in mgui.interfaces.io that implement DisplayListener Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations. -
Uses of DisplayListener in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement DisplayListener 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. -
Uses of DisplayListener in mgui.interfaces.maps
Classes in mgui.interfaces.maps that implement DisplayListener 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 DisplayListener in mgui.interfaces.models
Classes in mgui.interfaces.models that implement DisplayListener Modifier and Type Class Description class
InterfaceDynamicModelPanel
-
Uses of DisplayListener in mgui.interfaces.neuro
Classes in mgui.interfaces.neuro that implement DisplayListener Modifier and Type Class Description class
InterfaceCorticalThicknessPanel
Panel providing an interface to cortical thickness databases and subject databases. -
Uses of DisplayListener in mgui.interfaces.neuro.imaging.camino
Classes in mgui.interfaces.neuro.imaging.camino that implement DisplayListener Modifier and Type Class Description class
InterfaceCaminoPanel
-
Uses of DisplayListener in mgui.interfaces.pipelines
Classes in mgui.interfaces.pipelines that implement DisplayListener Modifier and Type Class Description class
InterfacePipelinesPanel
Provides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of DisplayListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement DisplayListener 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 DisplayListener in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement DisplayListener 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 DisplayListener in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement DisplayListener 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 DisplayListener in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement DisplayListener 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 DisplayListener in mgui.interfaces.projects
Classes in mgui.interfaces.projects that implement DisplayListener Modifier and Type Class Description class
InterfaceProjectPanel
Panel which provides a user interface for InterfaceProjects. -
Uses of DisplayListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement DisplayListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of DisplayListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement DisplayListener 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 DisplayListener in mgui.interfaces.shapes.mesh
Classes in mgui.interfaces.shapes.mesh that implement DisplayListener Modifier and Type Class Description class
InterfaceMeshPanel
Provides an interface toMesh3DInt
objects. -
Uses of DisplayListener in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement DisplayListener Modifier and Type Class Description class
InterfaceNeuroMeshPanel
class
InterfaceNeuroMeshPanel2
-
Uses of DisplayListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement DisplayListener Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets. -
Uses of DisplayListener in mgui.interfaces.shapes.video
Classes in mgui.interfaces.shapes.video that implement DisplayListener Modifier and Type Class Description class
ChangeSectionVideoTaskDialogPanel
Dialog panel for a ChangeSectionVideoTask. -
Uses of DisplayListener in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement DisplayListener 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 DisplayListener in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement DisplayListener Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.class
InterfaceDataTableTitle
-
Uses of DisplayListener in mgui.interfaces.tools
Classes in mgui.interfaces.tools that implement DisplayListener Modifier and Type Class Description class
InterfaceTool2DPanel
Deprecated.class
InterfaceToolPanel
Panel displaying buttons for various tools, categorized. -
Uses of DisplayListener in mgui.interfaces.trees
Classes in mgui.interfaces.trees that implement DisplayListener Modifier and Type Class Description class
InterfaceTreePanel
Provides a tree interface for model objects -
Uses of DisplayListener in mgui.morph.sections
Classes in mgui.morph.sections that implement DisplayListener Modifier and Type Class Description class
InterfaceMorphPanel
class
InterfaceMorphPanel2
class
InterfaceRadialRep
class
InterfaceRadialRep2