Uses of Interface
mgui.interfaces.shapes.util.ShapeListener
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.dynamic | |
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.trees | |
mgui.interfaces.shapes.util | |
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 ShapeListener in mgui.interfaces
Classes in mgui.interfaces that implement ShapeListener 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.Methods in mgui.interfaces with parameters of type ShapeListener Modifier and Type Method Description void
InterfaceDisplayPanel. addShapeListener(ShapeListener s)
-
Uses of ShapeListener in mgui.interfaces.attributes
Classes in mgui.interfaces.attributes that implement ShapeListener Modifier and Type Class Description class
InterfaceAttributePanel
Panel to display and modify a given AttributeList. -
Uses of ShapeListener in mgui.interfaces.attributes.video
Classes in mgui.interfaces.attributes.video that implement ShapeListener Modifier and Type Class Description class
AttributeObjectVideoTaskDialogPanel
Panel for defining an AttributeObjectTask. -
Uses of ShapeListener in mgui.interfaces.cocomac
Classes in mgui.interfaces.cocomac that implement ShapeListener Modifier and Type Class Description class
InterfaceCoCoMacPanel
-
Uses of ShapeListener in mgui.interfaces.console
Classes in mgui.interfaces.console that implement ShapeListener Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of ShapeListener in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement ShapeListener Modifier and Type Class Description class
InterfaceDatasourcePanel
Interface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of ShapeListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement ShapeListener 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.class
View3D
Represents a specific 3D view, defined by a frozenCamera3D
object. -
Uses of ShapeListener in mgui.interfaces.graphics.video
Classes in mgui.interfaces.graphics.video that implement ShapeListener 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 ShapeListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement ShapeListener Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.class
InterfaceGraphDisplayTitle
-
Uses of ShapeListener in mgui.interfaces.io
Classes in mgui.interfaces.io that implement ShapeListener Modifier and Type Class Description class
InterfaceFilePanel
InterfacePanel
providing a standard interface for input & output operations. -
Uses of ShapeListener in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement ShapeListener 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 ShapeListener in mgui.interfaces.maps
Classes in mgui.interfaces.maps that implement ShapeListener 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 ShapeListener in mgui.interfaces.models
Classes in mgui.interfaces.models that implement ShapeListener Modifier and Type Class Description class
InterfaceDynamicModelPanel
-
Uses of ShapeListener in mgui.interfaces.neuro
Classes in mgui.interfaces.neuro that implement ShapeListener Modifier and Type Class Description class
InterfaceCorticalThicknessPanel
Panel providing an interface to cortical thickness databases and subject databases. -
Uses of ShapeListener in mgui.interfaces.neuro.imaging.camino
Classes in mgui.interfaces.neuro.imaging.camino that implement ShapeListener Modifier and Type Class Description class
InterfaceCaminoPanel
-
Uses of ShapeListener in mgui.interfaces.pipelines
Classes in mgui.interfaces.pipelines that implement ShapeListener Modifier and Type Class Description class
InterfacePipelinesPanel
Provides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of ShapeListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement ShapeListener 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 ShapeListener in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement ShapeListener 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 ShapeListener in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement ShapeListener 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 ShapeListener in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement ShapeListener 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 ShapeListener in mgui.interfaces.projects
Classes in mgui.interfaces.projects that implement ShapeListener Modifier and Type Class Description class
InterfaceProjectPanel
Panel which provides a user interface for InterfaceProjects. -
Uses of ShapeListener in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement ShapeListener Modifier and Type Class Description class
InterfaceQueryPanel
Provides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of ShapeListener in mgui.interfaces.shapes
Subinterfaces of ShapeListener in mgui.interfaces.shapes Modifier and Type Interface Description interface
ShapeSet
Interface for all shape sets.Classes in mgui.interfaces.shapes that implement ShapeListener Modifier and Type Class Description class
BoolPolygon2DInt
class
Circle2DInt
class
Ellipse2DInt
Interface for aEllipse2D
shape.class
Image2DInt
Displays an image inside a Rect2D shape.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
IntPolygon2DInt
class
Line2DInt
class
LPolygon2DInt
Light 2D polygon with no attributes (attributes are assignable)class
Mesh2DInt
A 2D representation of aMesh3DInt
object.class
Point2DInt
class
PointSet2DInt
Shape interface for a set of 2D vertices.class
Polygon2DInt
Interface for a 2D polygon.class
Rect2DInt
Represents a 2D rectangle.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
Shape2DSectionNode
class
Shape2DSelectionSet
class
Shape3DSceneNode
Holds a Java3D scene node representing a Shape3DInt objectclass
ShapeModel3D
The top container for all shape interfaces.class
ShapeSceneNode
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
Text2DInt
class
Text2DIntMouseCoords
class
Vector2DInt
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.Fields in mgui.interfaces.shapes declared as ShapeListener Modifier and Type Field Description protected ShapeListener
Shape2DInt. nodeListener
protected ShapeListener
Shape3DInt. nodeListener
Fields in mgui.interfaces.shapes with type parameters of type ShapeListener Modifier and Type Field Description protected java.util.ArrayList<ShapeListener>
ShapeModel3D. shape_listeners
protected java.util.ArrayList<ShapeListener>
InterfaceShape. shapeListeners
Methods in mgui.interfaces.shapes with parameters of type ShapeListener Modifier and Type Method Description void
InterfaceShape. addShapeListener(ShapeListener thisListener)
void
ShapeModel3D. addShapeListener(ShapeListener s)
void
InterfaceShape. removeShapeListener(ShapeListener thisListener)
void
ShapeModel3D. removeShapeListener(ShapeListener s)
-
Uses of ShapeListener in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement ShapeListener Modifier and Type Class Description class
Volume4DInt
Volume with 3 space and 1 time dimension. -
Uses of ShapeListener in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement ShapeListener Modifier and Type Class Description class
Graph2DInt
Graph shape represented in R2. -
Uses of ShapeListener in mgui.interfaces.shapes.mesh
Classes in mgui.interfaces.shapes.mesh that implement ShapeListener Modifier and Type Class Description class
InterfaceMeshPanel
Provides an interface toMesh3DInt
objects. -
Uses of ShapeListener in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement ShapeListener Modifier and Type Class Description class
InterfaceNeuroMeshPanel
class
InterfaceNeuroMeshPanel2
-
Uses of ShapeListener in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement ShapeListener Modifier and Type Class Description class
InterfaceSelectionSet
Interface panel providing user interaction with selection sets.class
ShapeSelectionSet
-
Uses of ShapeListener in mgui.interfaces.shapes.trees
Classes in mgui.interfaces.shapes.trees that implement ShapeListener 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 ShapeListener in mgui.interfaces.shapes.util
Fields in mgui.interfaces.shapes.util with type parameters of type ShapeListener Modifier and Type Field Description java.util.ArrayList<ShapeListener>
ShapeEvent. already_responded
Methods in mgui.interfaces.shapes.util with parameters of type ShapeListener Modifier and Type Method Description boolean
ShapeEvent. alreadyResponded(ShapeListener listener)
void
ShapeEvent. responded(ShapeListener listener)
-
Uses of ShapeListener in mgui.interfaces.shapes.video
Classes in mgui.interfaces.shapes.video that implement ShapeListener Modifier and Type Class Description class
ChangeSectionVideoTaskDialogPanel
Dialog panel for a ChangeSectionVideoTask. -
Uses of ShapeListener in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement ShapeListener 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 ShapeListener in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement ShapeListener Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.class
InterfaceDataTableTitle
-
Uses of ShapeListener in mgui.interfaces.tools
Classes in mgui.interfaces.tools that implement ShapeListener Modifier and Type Class Description class
InterfaceTool2DPanel
Deprecated.class
InterfaceToolPanel
Panel displaying buttons for various tools, categorized. -
Uses of ShapeListener in mgui.interfaces.trees
Classes in mgui.interfaces.trees that implement ShapeListener Modifier and Type Class Description class
InterfaceTreePanel
Provides a tree interface for model objects -
Uses of ShapeListener in mgui.morph.sections
Classes in mgui.morph.sections that implement ShapeListener 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