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.InterfaceTextShortcuts Interface Reference

An interface that defines items that can receive common keyboard shortcuts (copy, paste, cut and etc.) and describes its attributes. More...

Inherited by com.spvessel.spacevil.TextView.

Public Member Functions

void pasteText (String pasteStr)
 Method for pasting text. More...
 
String getSelectedText ()
 Method for getting selected text. More...
 
String cutText ()
 Method for cutting selected text. More...
 
void undo ()
 Method for undo last change. More...
 
void redo ()
 Method for redo last undo action. More...
 
void selectAll ()
 Method for selecting all text in the item. More...
 

Detailed Description

An interface that defines items that can receive common keyboard shortcuts (copy, paste, cut and etc.) and describes its attributes.

Member Function Documentation

◆ cutText()

String com.spvessel.spacevil.Core.InterfaceTextShortcuts.cutText ( )

Method for cutting selected text.

Returns
Cutted text.

Implemented in com.spvessel.spacevil.TextView.

◆ getSelectedText()

String com.spvessel.spacevil.Core.InterfaceTextShortcuts.getSelectedText ( )

Method for getting selected text.

Returns
Selected text.

Implemented in com.spvessel.spacevil.TextView.

◆ pasteText()

void com.spvessel.spacevil.Core.InterfaceTextShortcuts.pasteText ( String  pasteStr)

Method for pasting text.

Parameters
pasteStrText for pasting.

Implemented in com.spvessel.spacevil.TextView.

◆ redo()

void com.spvessel.spacevil.Core.InterfaceTextShortcuts.redo ( )

Method for redo last undo action.

Implemented in com.spvessel.spacevil.TextView.

◆ selectAll()

void com.spvessel.spacevil.Core.InterfaceTextShortcuts.selectAll ( )

Method for selecting all text in the item.

Implemented in com.spvessel.spacevil.TextView.

◆ undo()

void com.spvessel.spacevil.Core.InterfaceTextShortcuts.undo ( )

Method for undo last change.

Implemented in com.spvessel.spacevil.TextView.


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