Uses of Class
mgui.interfaces.DisplayPanelEvent
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 DisplayPanelEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type DisplayPanelEvent Modifier and Type Method Description void
DisplayPanelListener. displayPanelChanged(DisplayPanelEvent e)
void
InterfaceTabbedDisplayPanel. displayPanelChanged(DisplayPanelEvent e)
protected void
InterfaceDisplayPanel. fireDisplayPanelChanged(DisplayPanelEvent e)
-
Uses of DisplayPanelEvent in mgui.interfaces.datasources
Methods in mgui.interfaces.datasources with parameters of type DisplayPanelEvent Modifier and Type Method Description void
InterfaceDatasourcePanel. displayPanelChanged(DisplayPanelEvent e)
-
Uses of DisplayPanelEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type DisplayPanelEvent Modifier and Type Method Description void
ShapeModel3D. displayPanelChanged(DisplayPanelEvent e)