Uses of Interface
mgui.interfaces.tools.Toolable
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| 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.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.tables |
Provides object interaction via a JTable.
|
-
Uses of Toolable in mgui.interfaces
Classes in mgui.interfaces that implement Toolable Modifier and Type Class Description classInterfaceDisplayPanelMain interface panel for displaying data graphically.classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin order to provide a tabbed window pane, similar to a typical web browser. -
Uses of Toolable in mgui.interfaces.console
Classes in mgui.interfaces.console that implement Toolable Modifier and Type Class Description classInterfaceConsoleDisplayWindow which displays console output. -
Uses of Toolable in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement Toolable 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 Toolable in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement Toolable Modifier and Type Class Description classInterfaceGraphDisplayDisplays graphs and allows user interaction with them. -
Uses of Toolable in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement Toolable 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 Toolable in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement Toolable Modifier and Type Class Description classInterfacePlotDisplayGeneral graphic interface for all plots. -
Uses of Toolable in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement Toolable Modifier and Type Class Description classInterfaceDataTableInterface panel for displaying a data table or query.