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 classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin 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. displayPanelListenersMethods in mgui.interfaces with parameters of type DisplayPanelListener Modifier and Type Method Description voidInterfaceDisplayPanel. addDisplayPanelListener(DisplayPanelListener l)voidInterfaceDisplayPanel. removeDisplayPanelListener(DisplayPanelListener l) -
Uses of DisplayPanelListener in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement DisplayPanelListener Modifier and Type Class Description classInterfaceDatasourcePanelInterface 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 classShapeModel3DThe top container for all shape interfaces.