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 classInterfaceConsoleDisplayWindow which displays console output. -
Uses of MapListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement MapListener Modifier and Type Class Description classInterfaceGraphic<T extends Tool>The base class for all graphical interface windows.classInterfaceGraphic2DGraphical interface window for display 2D shapes (Shape2DInt).classInterfaceGraphic3DInterface class for Java3D display. -
Uses of MapListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement MapListener Modifier and Type Class Description classInterfaceGraphDisplayDisplays 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 classInterfaceLayoutWindowProvides 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. listenersMethods in mgui.interfaces.maps with parameters of type MapListener Modifier and Type Method Description voidMap. addMapListener(MapListener l)voidMap. removeMapListener(MapListener l) -
Uses of MapListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement MapListener Modifier and Type Class Description classInterfacePlotDisplayGeneral 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 classInterfaceDataTableInterface panel for displaying a data table or query.