Java javafx.scene.input TransferMode fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.input TransferMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.input TransferMode.

The text is from its open source code.

Field

TransferModeCOPY
Indicates copying of data is supported or intended.
TransferModeMOVE
Indicates moving of data is supported or intended.
TransferModeLINK
Indicates linking of data is supported or intended.
TransferMode[]ANY
Array containing all transfer modes.
TransferMode[]COPY_OR_MOVE
Array containing transfer modes COPY and MOVE.