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.DropArgs Class Reference

A class that describe mouse "drag and drop" input (file system). More...

Inherits com.spvessel.spacevil.Core.InterfaceInputEventArgs.

Public Member Functions

void clear ()
 Clearing DropArgs. More...
 
String toString ()
 

Public Attributes

Prototype item = null
 An item on which the drop event occurs. More...
 
int count = -1
 Number of selected paths. More...
 
List< String > paths = null
 List of selected paths. More...
 

Detailed Description

A class that describe mouse "drag and drop" input (file system).

Member Function Documentation

◆ clear()

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

◆ toString()

String com.spvessel.spacevil.Core.DropArgs.toString ( )

Member Data Documentation

◆ count

int com.spvessel.spacevil.Core.DropArgs.count = -1

Number of selected paths.

◆ item

Prototype com.spvessel.spacevil.Core.DropArgs.item = null

An item on which the drop event occurs.

◆ paths

List<String> com.spvessel.spacevil.Core.DropArgs.paths = null

List of selected paths.


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