Uses of Interface
mgui.interfaces.maps.MapListener
Package | Description |
---|---|
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.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.layouts | |
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
-
Uses of MapListener in mgui.interfaces.console
Classes in mgui.interfaces.console that implement MapListener Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of MapListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement MapListener 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. -
Uses of MapListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement MapListener Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them. -
Uses of MapListener in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement MapListener Modifier and Type Class Description class
InterfaceLayoutWindow
Provides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects. -
Uses of MapListener in mgui.interfaces.maps
Fields in mgui.interfaces.maps with type parameters of type MapListener Modifier and Type Field Description protected java.util.ArrayList<MapListener>
Map. listeners
Methods in mgui.interfaces.maps with parameters of type MapListener Modifier and Type Method Description void
Map. addMapListener(MapListener l)
void
Map. removeMapListener(MapListener l)
-
Uses of MapListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement MapListener Modifier and Type Class Description class
InterfacePlotDisplay
General graphic interface for all plots. -
Uses of MapListener in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement MapListener Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.