Uses of Class
mgui.interfaces.attributes.AttributeEvent
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
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.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.volume | |
mgui.neuro.components |
-
Uses of AttributeEvent in mgui.datasources
Methods in mgui.datasources with parameters of type AttributeEvent Modifier and Type Method Description void
DataField. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type AttributeEvent Modifier and Type Method Description void
InterfacePanel. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.attributes
Methods in mgui.interfaces.attributes with parameters of type AttributeEvent Modifier and Type Method Description void
AttributeList. attributeUpdated(AttributeEvent e)
void
AttributeListener. attributeUpdated(AttributeEvent e)
Called when an Attribute's value has been updated. -
Uses of AttributeEvent in mgui.interfaces.console
Methods in mgui.interfaces.console with parameters of type AttributeEvent Modifier and Type Method Description void
InterfaceConsoleDisplay. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type AttributeEvent Modifier and Type Method Description void
Graphic2DGrid. attributeUpdated(AttributeEvent e)
void
InterfaceGraphic2D. attributeUpdated(AttributeEvent e)
void
InterfaceGraphic3D. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type AttributeEvent Modifier and Type Method Description void
Axes3D. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs with parameters of type AttributeEvent Modifier and Type Method Description void
InterfaceAbstractGraph. attributeUpdated(AttributeEvent e)
void
InterfaceGraphDisplay. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.maps
Methods in mgui.interfaces.maps with parameters of type AttributeEvent Modifier and Type Method Description void
Camera3D.CameraLightSource. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.plots
Methods in mgui.interfaces.plots with parameters of type AttributeEvent Modifier and Type Method Description void
InterfacePlot. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.plots.osp
Methods in mgui.interfaces.plots.osp with parameters of type AttributeEvent Modifier and Type Method Description void
InterfacePlotOsp. attributeUpdated(AttributeEvent e)
void
InterfaceStripChart. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt with parameters of type AttributeEvent Modifier and Type Method Description void
InterfacePlotSgt. attributeUpdated(AttributeEvent e)
void
SgtAxis. attributeUpdated(AttributeEvent e)
void
SgtCartesianLayout. attributeUpdated(AttributeEvent e)
void
SgtLine. attributeUpdated(AttributeEvent e)
void
SgtPlotLayout. attributeUpdated(AttributeEvent e)
void
SgtPlotObject. attributeUpdated(AttributeEvent e)
void
SgtPointSet. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.projects
Methods in mgui.interfaces.projects with parameters of type AttributeEvent Modifier and Type Method Description void
InterfaceProject. attributeUpdated(AttributeEvent e)
void
ProjectDataItem. attributeUpdated(AttributeEvent e)
void
ProjectInstance. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type AttributeEvent Modifier and Type Method Description void
LPolygon3DInt. attributeUpdated(AttributeEvent e)
void
Mesh3DInt. attributeUpdated(AttributeEvent e)
void
PointSet3DInt. attributeUpdated(AttributeEvent e)
void
Polygon3DInt. attributeUpdated(AttributeEvent e)
void
PolygonSet3DInt. attributeUpdated(AttributeEvent e)
void
SectionSet3DInt. attributeUpdated(AttributeEvent e)
void
Shape2DInt. attributeUpdated(AttributeEvent e)
Responds to a change in a specific attribute by notifying this ShapeInt's shape listeners with anAttributeModified
shape event.void
Shape3DInt. attributeUpdated(AttributeEvent e)
Responds to an update in one of this shape's attributes.void
ShapeSet3DInt. attributeUpdated(AttributeEvent e)
void
TensorVolume3DInt. attributeUpdated(AttributeEvent e)
void
Vector2DInt. attributeUpdated(AttributeEvent e)
void
Vector3DInt. attributeUpdated(AttributeEvent e)
void
VectorSet3DInt. attributeUpdated(AttributeEvent e)
void
VertexDataColumn. attributeUpdated(AttributeEvent e)
void
Volume3DInt. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.shapes.graphs
Methods in mgui.interfaces.shapes.graphs with parameters of type AttributeEvent Modifier and Type Method Description void
Graph2DInt. attributeUpdated(AttributeEvent event)
void
Graph3DInt. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.shapes.neuro
Methods in mgui.interfaces.shapes.neuro with parameters of type AttributeEvent Modifier and Type Method Description void
CorticalHemisphereSet3DInt. attributeUpdated(AttributeEvent e)
void
CorticalSurfaceSet3DInt. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type AttributeEvent Modifier and Type Method Description void
GridVertexDataColumn. attributeUpdated(AttributeEvent e)
-
Uses of AttributeEvent in mgui.neuro.components
Methods in mgui.neuro.components with parameters of type AttributeEvent Modifier and Type Method Description void
AbstractNeuroComponent. attributeUpdated(AttributeEvent e)