Uses of Class
mgui.interfaces.InterfaceSplitPanel
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of InterfaceSplitPanel in mgui.interfaces
Methods in mgui.interfaces that return InterfaceSplitPanel Modifier and Type Method Description protected InterfaceSplitPanel
InterfaceDisplayPanel. getNextSplitPanel(InterfaceGraphicWindow new_window)
Returns a new split panel, determined as the first non-split window encountered, searching through the nested stack of split panels.InterfaceSplitPanel
InterfaceSplitPanel. getParent(InterfaceGraphicWindow window)
Returns the parent panel ofwindow
.InterfaceSplitPanelInterfaceSplitPanel
InterfaceDisplayPanel. splitWindow(InterfaceGraphicWindow window_to_split, InterfaceGraphicWindow window_to_add, int orientation, boolean is_left)
Adds a new split panel to this display panel, in place ofwindow_to_split
, which must already be a child of this display panel.Constructors in mgui.interfaces with parameters of type InterfaceSplitPanel Constructor Description SplitPanelEvent(InterfaceSplitPanel panel, SplitPanelEvent.EventType type)