Uses of Interface
mgui.interfaces.DisplayPanelListener
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of DisplayPanelListener in mgui.interfaces
Classes in mgui.interfaces that implement DisplayPanelListener Modifier and Type Class Description class
InterfaceTabbedDisplayPanel
This class extendsInterfaceDisplayPanel
in order to provide a tabbed window pane, similar to a typical web browser.Fields in mgui.interfaces with type parameters of type DisplayPanelListener Modifier and Type Field Description protected java.util.ArrayList<DisplayPanelListener>
InterfaceDisplayPanel. displayPanelListeners
Methods in mgui.interfaces with parameters of type DisplayPanelListener Modifier and Type Method Description void
InterfaceDisplayPanel. addDisplayPanelListener(DisplayPanelListener l)
void
InterfaceDisplayPanel. removeDisplayPanelListener(DisplayPanelListener l)
-
Uses of DisplayPanelListener in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement DisplayPanelListener Modifier and Type Class Description class
InterfaceDatasourcePanel
Interface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of DisplayPanelListener in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement DisplayPanelListener Modifier and Type Class Description class
ShapeModel3D
The top container for all shape interfaces.