Uses of Class
mgui.interfaces.SplitPanelEvent.EventType
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of SplitPanelEvent.EventType in mgui.interfaces
Fields in mgui.interfaces declared as SplitPanelEvent.EventType Modifier and Type Field Description protected SplitPanelEvent.EventType
SplitPanelEvent. type
Methods in mgui.interfaces that return SplitPanelEvent.EventType Modifier and Type Method Description SplitPanelEvent.EventType
SplitPanelEvent. getType()
static SplitPanelEvent.EventType
SplitPanelEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SplitPanelEvent.EventType[]
SplitPanelEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces with parameters of type SplitPanelEvent.EventType Constructor Description SplitPanelEvent(InterfaceSplitPanel panel, SplitPanelEvent.EventType type)