Uses of Interface
mgui.interfaces.SplitPanelListener
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of SplitPanelListener in mgui.interfaces
Classes in mgui.interfaces that implement SplitPanelListener 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.Fields in mgui.interfaces with type parameters of type SplitPanelListener Modifier and Type Field Description protected java.util.ArrayList<SplitPanelListener>
InterfaceSplitPanel. listeners
Methods in mgui.interfaces with parameters of type SplitPanelListener Modifier and Type Method Description void
InterfaceSplitPanel. addSplitPanelListener(SplitPanelListener listener)
void
InterfaceSplitPanel. removeSplitPanelListener(SplitPanelListener listener)