| Package | Description |
|---|---|
| org.fujion.component |
| Modifier and Type | Method and Description |
|---|---|
Window.Size |
Window.getSize()
Returns the
sizing mode of the window. |
static Window.Size |
Window.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Window.Size[] |
Window.Size.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.setSize(Window.Size size)
Sets the
sizing mode of the window. |
Copyright © 2018 Fujion Framework. All rights reserved.