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 class
InterfaceDisplayPanel
Main interface panel for displaying data graphically.class
InterfaceTabbedDisplayPanel
This class extendsInterfaceDisplayPanel
in 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 class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of Toolable in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement Toolable 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 Toolable in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement Toolable Modifier and Type Class Description class
InterfaceGraphDisplay
Displays 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 class
InterfaceLayoutWindow
Provides 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 class
InterfacePlotDisplay
General 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 class
InterfaceDataTable
Interface panel for displaying a data table or query.