| Package | Description |
|---|---|
| org.fujion.component |
| Modifier and Type | Method and Description |
|---|---|
Window.Mode |
Window.getMode()
Returns the display
mode of the window. |
static Window.Mode |
Window.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Window.Mode[] |
Window.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Window.setMode(Window.Mode mode)
Sets the display
mode of the window. |
Copyright © 2018 Fujion Framework. All rights reserved.