Example usage for Java javafx.scene.input TransferMode fields, constructors, methods, implement or subclass
The text is from its open source code.
TransferMode | COPY Indicates copying of data is supported or intended. |
TransferMode | MOVE Indicates moving of data is supported or intended. |
TransferMode | LINK 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. |