Uses of Interface
mgui.interfaces.menus.PopupMenuObject
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.graphs.networks |
Classes representing network graphs.
|
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.tree |
Classes allowing object attributes to be interfaced with via a JTree.
|
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.menus | |
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.pipelines.trees | |
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.dynamic | |
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.trees | |
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.datasources | |
mgui.interfaces.tools.dialogs | |
mgui.interfaces.tools.graphics | |
mgui.interfaces.tools.graphs | |
mgui.interfaces.tools.layouts | |
mgui.interfaces.tools.plots | |
mgui.interfaces.tools.queries | |
mgui.interfaces.tools.shapes | |
mgui.interfaces.trees |
Provides object interaction via a JTree
|
mgui.morph.sections | |
mgui.neuro.graphs | |
mgui.neuro.imaging.camino |
-
Uses of PopupMenuObject in mgui.datasources
Classes in mgui.datasources that implement PopupMenuObject Modifier and Type Class Description class
DataQuery
Represents an SQL query.class
DataSource
Acts as a port into the JDBC interface.class
DataTable
General data table object specifying the organization of data into fields. -
Uses of PopupMenuObject in mgui.graphs.networks
Classes in mgui.graphs.networks that implement PopupMenuObject Modifier and Type Class Description class
AbstractNetworkGraph
A graph which explicitly represents a connected network. -
Uses of PopupMenuObject in mgui.interfaces
Classes in mgui.interfaces that implement PopupMenuObject 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. -
Uses of PopupMenuObject in mgui.interfaces.attributes
Classes in mgui.interfaces.attributes that implement PopupMenuObject Modifier and Type Class Description class
InterfaceAttributePanel
Panel to display and modify a given AttributeList. -
Uses of PopupMenuObject in mgui.interfaces.attributes.tree
Classes in mgui.interfaces.attributes.tree that implement PopupMenuObject Modifier and Type Class Description class
AttributeTreeNode
Provides a tree node to display and update anAttribute
. -
Uses of PopupMenuObject in mgui.interfaces.attributes.video
Classes in mgui.interfaces.attributes.video that implement PopupMenuObject Modifier and Type Class Description class
AttributeObjectVideoTaskDialogPanel
Panel for defining an AttributeObjectTask. -
Uses of PopupMenuObject in mgui.interfaces.cocomac
Classes in mgui.interfaces.cocomac that implement PopupMenuObject Modifier and Type Class Description class
InterfaceCoCoMacPanel
-
Uses of PopupMenuObject in mgui.interfaces.console
Classes in mgui.interfaces.console that implement PopupMenuObject Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of PopupMenuObject in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement PopupMenuObject Modifier and Type Class Description class
DataFieldTreeNode
A tree node specialized for aDataField
object.class
InterfaceDatasourcePanel
Interface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of PopupMenuObject in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.graphics.video
Classes in mgui.interfaces.graphics.video that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement PopupMenuObject Modifier and Type Class Description class
DefaultGraph
Default implementation of a Graph in ModelGUI.class
InterfaceAbstractGraph
Abstract representation of a Graph in modelGUI; extends Jung's SparseGraphclass
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.class
InterfaceGraphDisplayTitle
-
Uses of PopupMenuObject in mgui.interfaces.io
Classes in mgui.interfaces.io that implement PopupMenuObject Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations. -
Uses of PopupMenuObject in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement PopupMenuObject Modifier and Type Class Description class
CategoryTitle
A title for a category using theCategoryLayout
layout.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 PopupMenuObject in mgui.interfaces.maps
Classes in mgui.interfaces.maps that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.models
Classes in mgui.interfaces.models that implement PopupMenuObject Modifier and Type Class Description class
InterfaceDynamicModelPanel
-
Uses of PopupMenuObject in mgui.interfaces.neuro
Classes in mgui.interfaces.neuro that implement PopupMenuObject Modifier and Type Class Description class
InterfaceCorticalThicknessPanel
Panel providing an interface to cortical thickness databases and subject databases.class
InterfaceNetworkTreeNode
class
InterfaceNeuroTreeNode
-
Uses of PopupMenuObject in mgui.interfaces.neuro.imaging.camino
Classes in mgui.interfaces.neuro.imaging.camino that implement PopupMenuObject Modifier and Type Class Description class
CaminoPipelineTree
class
InterfaceCaminoPanel
-
Uses of PopupMenuObject in mgui.interfaces.pipelines
Classes in mgui.interfaces.pipelines that implement PopupMenuObject Modifier and Type Class Description class
InterfacePipelinesPanel
Provides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of PopupMenuObject in mgui.interfaces.pipelines.trees
Classes in mgui.interfaces.pipelines.trees that implement PopupMenuObject Modifier and Type Class Description class
PipelineTree
Implements a tree interface for ModelGUI pipelines.class
TaskTreeNode
Tree node for a pipeline task. -
Uses of PopupMenuObject in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement PopupMenuObject 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 PopupMenuObject in mgui.interfaces.projects
Classes in mgui.interfaces.projects that implement PopupMenuObject Modifier and Type Class Description class
InterfaceProject
Represents a modelGUI project, which specifies an organizational structure for persistent data related to a common project.class
InterfaceProjectPanel
Panel which provides a user interface for InterfaceProjects. -
Uses of PopupMenuObject in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement PopupMenuObject Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of PopupMenuObject in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement PopupMenuObject Modifier and Type Class Description class
BoolPolygon2DInt
class
Box3DInt
class
Circle2DInt
class
Ellipse2DInt
Interface for aEllipse2D
shape.class
Image2DInt
Displays an image inside a Rect2D shape.class
Image3DInt
Draws a rectangular planar image in R3.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
InterfaceShape
Abstract base class for all shape interfaces (ShapeInts).class
InterfaceShapesPanel
Interface panel providing a GUI for general shape-related functions.class
IntPolygon2DInt
class
Line2DInt
class
LPolygon2DInt
Light 2D polygon with no attributes (attributes are assignable)class
LPolygon3DInt
class
Mesh2DInt
A 2D representation of aMesh3DInt
object.class
Mesh3DInt
Interface for a Mesh3D shape.class
Plane3DInt
class
Point2DInt
class
PointSet2DInt
Shape interface for a set of 2D vertices.class
PointSet3DInt
Shape interface for a set of 3D points.class
Polygon2DInt
Interface for a 2D polygon.class
Polygon3DInt
Interface for a 3D polygon object.class
PolygonSet3DInt
Interface for a set of 3D polygons.class
Rect2DInt
Represents a 2D rectangle.class
Rect3DInt
class
SectionSet2DInt
Provides a 2D representation of a 3D section set, where it intersects a particular plane.class
SectionSet3DInt
Represents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.class
Shape2DInt
Base class for all interfaces to 2D geometrical shapes.class
Shape2DSelectionSet
class
Shape3DInt
Base class for allShape3D
interface objects.class
ShapeModel3D
The top container for all shape interfaces.class
ShapeSet2DInt
Represents a set ofShape2DInt
objects.class
ShapeSet3DInt
Represents a set ofShape3DInt
objects.class
ShapeStatsPanel
Interface panel for performing statistical procedures on shapes.class
TensorVolume3DInt
class
TestTextureInt
class
Text2DInt
class
Text2DIntMouseCoords
class
Vector2DInt
class
Vector3DInt
class
VectorSet3DInt
class
VertexDataColumn
Encapsulates a column of vertex-wise numerical data.class
Volume2DInt
2D sectional representation of a Volume3DInt.class
Volume3DInt
Class acting as interface to a volume shape, as defined by the Grid3D geometry class.class
VolumeSet3DInt
A set ofVolume3DInt
objects which render as an overlay image.class
X3DScene3DInt
-
Uses of PopupMenuObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement PopupMenuObject Modifier and Type Class Description class
Volume4DInt
Volume with 3 space and 1 time dimension. -
Uses of PopupMenuObject in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement PopupMenuObject Modifier and Type Class Description class
Graph2DInt
Graph shape represented in R2.class
Graph3DInt
Represents a graph as a 3D shape. -
Uses of PopupMenuObject in mgui.interfaces.shapes.mesh
Classes in mgui.interfaces.shapes.mesh that implement PopupMenuObject Modifier and Type Class Description class
InterfaceMeshPanel
Provides an interface toMesh3DInt
objects. -
Uses of PopupMenuObject in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement PopupMenuObject Modifier and Type Class Description class
CorticalHemisphereSet3DInt
class
CorticalSurfaceSet3DInt
Representation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF).class
InterfaceNeuroMeshPanel
class
InterfaceNeuroMeshPanel2
-
Uses of PopupMenuObject in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement PopupMenuObject Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets.class
ShapeSelectionSet
-
Uses of PopupMenuObject in mgui.interfaces.shapes.trees
Classes in mgui.interfaces.shapes.trees that implement PopupMenuObject Modifier and Type Class Description class
Shape2DTreeNode
class
Shape3DTreeNode
A tree node specialized for an instance of Shape3DInt.class
ShapeModel3DTreeNode
Tree node specialized for a ShapeModel3D object.class
ShapeTreeNode
Provides a tree node for an instance ofInterfaceShape
. -
Uses of PopupMenuObject in mgui.interfaces.shapes.video
Classes in mgui.interfaces.shapes.video that implement PopupMenuObject Modifier and Type Class Description class
ChangeSectionVideoTaskDialogPanel
Dialog panel for a ChangeSectionVideoTask. -
Uses of PopupMenuObject in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement PopupMenuObject Modifier and Type Class Description class
GridVertexDataColumn
Vertex data column defined for aVolume3DInt
.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 PopupMenuObject in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement PopupMenuObject Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.class
InterfaceDataTableTitle
-
Uses of PopupMenuObject in mgui.interfaces.tools
Subinterfaces of PopupMenuObject in mgui.interfaces.tools Modifier and Type Interface Description interface
Tool
Interface for any class which performs an operation or set of operations on ModelGUI objects, which involves user interaction.Classes in mgui.interfaces.tools that implement PopupMenuObject Modifier and Type Class Description class
InterfaceTool2DPanel
Deprecated.class
InterfaceToolPanel
Panel displaying buttons for various tools, categorized. -
Uses of PopupMenuObject in mgui.interfaces.tools.datasources
Classes in mgui.interfaces.tools.datasources that implement PopupMenuObject Modifier and Type Class Description class
ToolDataSource
Tool operating onDataSourcePanel
windows. -
Uses of PopupMenuObject in mgui.interfaces.tools.dialogs
Classes in mgui.interfaces.tools.dialogs that implement PopupMenuObject Modifier and Type Class Description class
DialogTool
Abstract class to be inherited by all tools which operate using a modal dialog box. -
Uses of PopupMenuObject in mgui.interfaces.tools.graphics
Classes in mgui.interfaces.tools.graphics that implement PopupMenuObject Modifier and Type Class Description class
Tool2D
Abstract class for a Tool which operates on anInterfaceGraphic2D
window.class
Tool3D
Abstract class for a tool to be used on an InterfaceGraphic3D window.class
ToolDefine3DGrid2D
Tool to define a 3D grid on a 2D window.class
ToolDZoom2D
class
ToolMouseOrbit3D
Tool to allow user to navigate a Graphic3D interface using the mouse.class
ToolPan2D
class
ToolWindowZoom2D
Interactive tool which allows the user to zoom on a window within the current view.class
ToolZoomExt2D
-
Uses of PopupMenuObject in mgui.interfaces.tools.graphs
Classes in mgui.interfaces.tools.graphs that implement PopupMenuObject Modifier and Type Class Description class
ToolGraph
Abstract class to be inherited by tools which operate on graphs; i.e, throughInterfaceGraphDisplay
.class
ToolGraphImage
Tool which inserts or appends an image to a graph window.class
ToolGraphTransform
Acts as a bridge between the mgui Tool interface and Jung's view control mouse plugins. -
Uses of PopupMenuObject in mgui.interfaces.tools.layouts
Classes in mgui.interfaces.tools.layouts that implement PopupMenuObject Modifier and Type Class Description class
ToolLayout2D
Tool operating on a InterfaceLayoutObject. -
Uses of PopupMenuObject in mgui.interfaces.tools.plots
Classes in mgui.interfaces.tools.plots that implement PopupMenuObject Modifier and Type Class Description class
ToolPlot
-
Uses of PopupMenuObject in mgui.interfaces.tools.queries
Subinterfaces of PopupMenuObject in mgui.interfaces.tools.queries Modifier and Type Interface Description interface
QueryTool
Interface for all query tools. -
Uses of PopupMenuObject in mgui.interfaces.tools.shapes
Classes in mgui.interfaces.tools.shapes that implement PopupMenuObject Modifier and Type Class Description class
ToolCreateEllipse2D
class
ToolCreateImage2D
Tool allows user to select a file or url pointing to an image, and specify rectangular bounds for that image in model space.class
ToolCreateImage3D
Tool to create a 3D image on a 2D window.class
ToolCreateMeshFromPolylines
class
ToolCreatePolygon2D
Allows the user to creates a Polygon2D shape.class
ToolCreateRect2D
class
ToolCutMeshWithPlane
Tool to cut a mesh into parts by intersecting it with a Plane3D object.class
ToolGetConvexHull2D
class
ToolGetMeshIntersectionPolylines
class
ToolQueryShape2D
Tool allowing point-and-click vertex-wise querying of 2D objects, for a InterfaceGraphic3D window.class
ToolQueryShape3D
Tool allowing point-and-click vertex-wise querying of 3D objects, for a InterfaceGraphic3D window.class
ToolReversePolygon2D
class
ToolRuler2D
Allows the user to measure distance on a 2D window, along a path with N nodes.class
ToolSelectMeshBoundaryNodes
class
ToolSelectNodesWithPolygon
Tool specifies options with a dialog and then calls an inner class instance of Tool3D to allow the user to select nodes on the Canvas3D.class
ToolSelectRegionBoundaryNodes
Tool selects region boundary nodes of a mesh region (defined by its vertex values) based upon a vertex selected by a mouse click.class
ToolSelectShape2D
2D tool for selecting/deselcting shapes.class
ToolSelectShape3D
3D tool for selecting/deselcting shapes.class
ToolTestInternalPoint2D
-
Uses of PopupMenuObject in mgui.interfaces.trees
Classes in mgui.interfaces.trees that implement PopupMenuObject Modifier and Type Class Description class
InterfaceTreeNode
Base class for tree nodes representing ModelGUI objects (instances of InterfaceObject).class
InterfaceTreePanel
Provides a tree interface for model objectsFields in mgui.interfaces.trees declared as PopupMenuObject Modifier and Type Field Description protected PopupMenuObject
InterfaceTreeNode. popup_handler
-
Uses of PopupMenuObject in mgui.morph.sections
Classes in mgui.morph.sections that implement PopupMenuObject Modifier and Type Class Description class
InterfaceMorphPanel
class
InterfaceMorphPanel2
class
InterfaceRadialRep
class
InterfaceRadialRep2
class
MorphSections3DInt
Class representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.class
RadialRep2DInt
-
Uses of PopupMenuObject in mgui.neuro.graphs
Classes in mgui.neuro.graphs that implement PopupMenuObject Modifier and Type Class Description class
CorticalNetworkGraph
class
NeuralNetGraph
Extension of JUNG's DirectedSparseGraph designed to specifically represent instances of NeuralNet. -
Uses of PopupMenuObject in mgui.neuro.imaging.camino
Classes in mgui.neuro.imaging.camino that implement PopupMenuObject Modifier and Type Class Description class
CaminoTaskTreeNode