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.
|
Public Member Functions | |
List< InterfaceInputTextMethodState > | getActions () |
int | size () |
void | add (InterfaceInputTextMethodState action) |
boolean | remove (InterfaceInputTextMethodState action) |
void | clear () |
void | execute (InterfaceItem sender, TextInputArgs args) |
void com.spvessel.spacevil.Core.EventInputTextMethodState.add | ( | InterfaceInputTextMethodState | action | ) |
void com.spvessel.spacevil.Core.EventInputTextMethodState.clear | ( | ) |
void com.spvessel.spacevil.Core.EventInputTextMethodState.execute | ( | InterfaceItem | sender, |
TextInputArgs | args | ||
) |
List<InterfaceInputTextMethodState> com.spvessel.spacevil.Core.EventInputTextMethodState.getActions | ( | ) |
boolean com.spvessel.spacevil.Core.EventInputTextMethodState.remove | ( | InterfaceInputTextMethodState | action | ) |
int com.spvessel.spacevil.Core.EventInputTextMethodState.size | ( | ) |