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