Uses of Class
mgui.interfaces.InterfaceDisplayPanel
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.attributes.video |
Classes allowing video tasks to read/modify object attributes.
|
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.neuro.imaging.camino | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
mgui.io.domestic.maps | |
mgui.io.domestic.shapes | |
mgui.io.domestic.variables | |
mgui.io.foreign.caret | |
mgui.morph.sections |
-
Uses of InterfaceDisplayPanel in mgui.interfaces
Subclasses of InterfaceDisplayPanel in mgui.interfaces Modifier and Type Class Description 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 InterfaceDisplayPanel Modifier and Type Field Description protected InterfaceDisplayPanel
InterfaceWorkspace. display_panel
protected InterfaceDisplayPanel
InterfaceDisplayPanel. parent_panel
InterfaceDisplayPanel
InterfaceButtonPanel. targetPanel
Methods in mgui.interfaces that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
InterfaceTabbedDisplayPanel. addTab(java.lang.String name)
InterfaceDisplayPanel
InterfaceTabbedDisplayPanel. getCurrentPanel()
InterfaceDisplayPanel
DisplayPanelEvent. getDisplayPanel()
static InterfaceDisplayPanel
InterfaceSession. getDisplayPanel()
Returns the top display panel for the current session.InterfaceDisplayPanel
InterfaceWorkspace. getDisplayPanel()
InterfaceDisplayPanel
InterfaceTabbedDisplayPanel. getTab(java.lang.String name)
Methods in mgui.interfaces with parameters of type InterfaceDisplayPanel Modifier and Type Method Description static boolean
InterfaceEnvironment. setComboPanel(InterfaceComboPanel panel, InterfaceDisplayPanel dp, boolean sort)
Fills a combo panel with new instances of all loaded InterfacePanel classesvoid
InterfaceWorkspace. setDisplayPanel(InterfaceDisplayPanel display_panel)
void
InterfaceButtonPanel. setTargetPanel(InterfaceDisplayPanel thisPanel)
void
InterfaceTabbedDisplayPanel. setTitle(InterfaceDisplayPanel panel, java.lang.String name)
Constructors in mgui.interfaces with parameters of type InterfaceDisplayPanel Constructor Description DisplayPanelEvent(InterfaceDisplayPanel panel, DisplayPanelEvent.EventType type)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.attributes.video
Methods in mgui.interfaces.attributes.video with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
AttributeObjectVideoTask. updateTask(InterfaceDisplayPanel panel)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return InterfaceDisplayPanel Modifier and Type Method Description protected InterfaceDisplayPanel
InterfaceGraphicWindow. getDisplayPanel()
-
Uses of InterfaceDisplayPanel in mgui.interfaces.graphics.video
Methods in mgui.interfaces.graphics.video with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
VideoTask. updateTask(InterfaceDisplayPanel panel)
void
Video. updateTasks(InterfaceDisplayPanel panel)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs with parameters of type InterfaceDisplayPanel Modifier and Type Method Description javax.swing.tree.DefaultMutableTreeNode
InterfaceGraphDisplay. getDisplayObjectsNode(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.neuro.imaging.camino
Fields in mgui.interfaces.neuro.imaging.camino declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
CaminoProjectOptions. display_panel
-
Uses of InterfaceDisplayPanel in mgui.interfaces.plots
Methods in mgui.interfaces.plots with parameters of type InterfaceDisplayPanel Modifier and Type Method Description javax.swing.tree.DefaultMutableTreeNode
InterfacePlotDisplay. getDisplayObjectsNode(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as InterfaceDisplayPanel Modifier and Type Field Description protected InterfaceDisplayPanel
ShapeModel3D. displayPanel
Methods in mgui.interfaces.shapes that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
ShapeModel3D. getDisplayPanel()
Methods in mgui.interfaces.shapes with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
ShapeModel3D. setDisplayPanel(InterfaceDisplayPanel panel)
-
Uses of InterfaceDisplayPanel in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
ShapeSelectionSet. displayPanel
-
Uses of InterfaceDisplayPanel in mgui.interfaces.tools
Fields in mgui.interfaces.tools declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
InterfaceTool2DPanel. displayPanel
Deprecated.Methods in mgui.interfaces.tools with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
InterfaceTool2DPanel. setDisplayPanel(InterfaceDisplayPanel panel)
Deprecated. -
Uses of InterfaceDisplayPanel in mgui.io.domestic.maps
Fields in mgui.io.domestic.maps declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
DiscreteColourMapInOptions. displayPanel
InterfaceDisplayPanel
NameMapInOptions. displayPanel
InterfaceDisplayPanel
NameMapOutOptions. displayPanel
Methods in mgui.io.domestic.maps that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
DiscreteColourMapInOptions. getDisplayPanel()
InterfaceDisplayPanel
NameMapInOptions. getDisplayPanel()
InterfaceDisplayPanel
NameMapOutOptions. getDisplayPanel()
Methods in mgui.io.domestic.maps with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
DiscreteColourMapInOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
NameMapInOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
NameMapOutOptions. setDisplayPanel(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
PointSet2DInputOptions. display_panel
InterfaceDisplayPanel
PointSet3DInputOptions. display_panel
InterfaceDisplayPanel
PolygonSet3DInputOptions. display_panel
InterfaceDisplayPanel
VectorSet3DInputOptions. display_panel
InterfaceDisplayPanel
PointSet3DDataInputOptions. displayPanel
InterfaceDisplayPanel
SurfaceDataOutputOptions. displayPanel
InterfaceDisplayPanel
SurfaceInputOptions. displayPanel
Methods in mgui.io.domestic.shapes that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
PointSet2DInputOptions. getDisplayPanel()
InterfaceDisplayPanel
PointSet3DDataInputOptions. getDisplayPanel()
InterfaceDisplayPanel
PointSet3DInputOptions. getDisplayPanel()
InterfaceDisplayPanel
PolygonSet3DInputOptions. getDisplayPanel()
InterfaceDisplayPanel
SurfaceDataOutputOptions. getDisplayPanel()
InterfaceDisplayPanel
SurfaceInputOptions. getDisplayPanel()
InterfaceDisplayPanel
SurfaceOutputOptions. getDisplayPanel()
InterfaceDisplayPanel
VectorSet3DInputOptions. getDisplayPanel()
Methods in mgui.io.domestic.shapes with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
PointSet2DInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
PointSet3DDataInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
PointSet3DInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
PolygonSet3DInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
SurfaceDataOutputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
SurfaceInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
SurfaceOutputOptions. setDisplayPanel(InterfaceDisplayPanel p)
void
VectorSet3DInputOptions. setDisplayPanel(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.io.domestic.variables
Fields in mgui.io.domestic.variables declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
MatrixOutOptions. displayPanel
Methods in mgui.io.domestic.variables that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
MatrixOutOptions. getDisplayPanel()
Methods in mgui.io.domestic.variables with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
MatrixOutOptions. setDisplayPanel(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.io.foreign.caret
Fields in mgui.io.foreign.caret declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
CaretMetricOptions. displayPanel
Methods in mgui.io.foreign.caret that return InterfaceDisplayPanel Modifier and Type Method Description InterfaceDisplayPanel
CaretMetricOptions. getDisplayPanel()
Methods in mgui.io.foreign.caret with parameters of type InterfaceDisplayPanel Modifier and Type Method Description void
CaretMetricOptions. setDisplayPanel(InterfaceDisplayPanel p)
-
Uses of InterfaceDisplayPanel in mgui.morph.sections
Fields in mgui.morph.sections declared as InterfaceDisplayPanel Modifier and Type Field Description InterfaceDisplayPanel
InterfaceMorphPanel2. displayPanel
InterfaceDisplayPanel
InterfaceRadialRep. displayPanel
InterfaceDisplayPanel
InterfaceRadialRep2. displayPanel
Constructors in mgui.morph.sections with parameters of type InterfaceDisplayPanel Constructor Description InterfaceRadialRep(InterfaceDisplayPanel panel)
InterfaceRadialRep2(InterfaceDisplayPanel p)