Uses of Class
mgui.interfaces.InterfaceEnvironment.OsType
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
-
Uses of InterfaceEnvironment.OsType in mgui.interfaces
Methods in mgui.interfaces that return InterfaceEnvironment.OsType Modifier and Type Method Description static InterfaceEnvironment.OsTypeInterfaceEnvironment. getOsType()static InterfaceEnvironment.OsTypeInterfaceEnvironment.OsType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterfaceEnvironment.OsType[]InterfaceEnvironment.OsType. values()Returns an array containing the constants of this enum type, in the order they are declared.