Reference for JVM version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
A storage-class that provides an access to existing window layouts by name and UUID. More...
Static Public Member Functions | |
static boolean | tryShow (UUID guid) |
Try to show CoreWindow object using its UUID. More... | |
static boolean | tryShow (String name) |
Try to show a window by its name. More... | |
static CoreWindow | getWindowInstance (String name) |
Getting a window instance by its name. More... | |
static CoreWindow | getWindowInstance (UUID guid) |
Getting a window instance by its UUID. More... | |
static CoreWindow | getCurrentFocusedWindow () |
Getting the current focused window. More... | |
static List< String > | getWindowsList () |
Getting the list of existing windows in the application. More... | |
static void | printStoredWindows () |
Printing all existing windows in the application. More... | |
static void | restoreCommonGLSettings (CoreWindow window) |
static void | restoreViewport (CoreWindow window) |
static void | setGLLayerViewport (CoreWindow window, InterfaceOpenGLLayer layer) |
A storage-class that provides an access to existing window layouts by name and UUID.
|
static |
Getting the current focused window.
|
static |
Getting a window instance by its name.
name | Name of the window. |
|
static |
Getting a window instance by its UUID.
guid | GUID of the window. |
|
static |
Getting the list of existing windows in the application.
|
static |
Printing all existing windows in the application.
|
static |
|
static |
|
static |
|
static |
Try to show a window by its name.
name | Name of the window. |
|
static |
Try to show CoreWindow object using its UUID.
guid | UUID of the window. |