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.
com.spvessel.spacevil.Core.EventInputTextMethodState Class Reference

Public Member Functions

List< InterfaceInputTextMethodStategetActions ()
 
int size ()
 
void add (InterfaceInputTextMethodState action)
 
boolean remove (InterfaceInputTextMethodState action)
 
void clear ()
 
void execute (InterfaceItem sender, TextInputArgs args)
 

Member Function Documentation

◆ add()

void com.spvessel.spacevil.Core.EventInputTextMethodState.add ( InterfaceInputTextMethodState  action)

◆ clear()

void com.spvessel.spacevil.Core.EventInputTextMethodState.clear ( )

◆ execute()

void com.spvessel.spacevil.Core.EventInputTextMethodState.execute ( InterfaceItem  sender,
TextInputArgs  args 
)

◆ getActions()

List<InterfaceInputTextMethodState> com.spvessel.spacevil.Core.EventInputTextMethodState.getActions ( )

◆ remove()

boolean com.spvessel.spacevil.Core.EventInputTextMethodState.remove ( InterfaceInputTextMethodState  action)

◆ size()

int com.spvessel.spacevil.Core.EventInputTextMethodState.size ( )

The documentation for this class was generated from the following file: