Uses of Class
mgui.interfaces.DisplayPanelEvent.EventType
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of DisplayPanelEvent.EventType in mgui.interfaces
Fields in mgui.interfaces declared as DisplayPanelEvent.EventType Modifier and Type Field Description DisplayPanelEvent.EventTypeDisplayPanelEvent. typeMethods in mgui.interfaces that return DisplayPanelEvent.EventType Modifier and Type Method Description static DisplayPanelEvent.EventTypeDisplayPanelEvent.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DisplayPanelEvent.EventType[]DisplayPanelEvent.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 DisplayPanelEvent.EventType Constructor Description DisplayPanelEvent(InterfaceDisplayPanel panel, DisplayPanelEvent.EventType type)