Uses of Class
mgui.interfaces.graphics.WindowEvent.EventType
| Package | Description |
|---|---|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
-
Uses of WindowEvent.EventType in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return WindowEvent.EventType Modifier and Type Method Description WindowEvent.EventTypeWindowEvent. getType()static WindowEvent.EventTypeWindowEvent.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowEvent.EventType[]WindowEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.graphics with parameters of type WindowEvent.EventType Constructor Description WindowEvent(InterfaceGraphicWindow source, WindowEvent.EventType type)