public class VNCClipboard extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VNCClipboard.Charset
Enumeration for the charset property in MIME types (UTF-8, UTF-16, etc.)
|
static class |
VNCClipboard.TextType
Enumeration for the text type property in MIME types
|
static class |
VNCClipboard.TransferType
Enumeration for the transferScript type property in MIME types (InputStream, CharBuffer, etc.)
|
| Modifier and Type | Field and Description |
|---|---|
static VNCClipboard.TransferType |
BYTE_BUFFER |
static VNCClipboard.TransferType |
CHAR_BUFFER |
static VNCClipboard.TextType |
HTML |
static VNCClipboard.TransferType |
INPUT_STREAM |
static VNCClipboard.TextType |
PLAIN |
static VNCClipboard.TransferType |
READER |
static VNCClipboard.Charset |
UNICODE |
static VNCClipboard.Charset |
US_ASCII |
static VNCClipboard.Charset |
UTF16 |
static VNCClipboard.Charset |
UTF8 |
| Constructor and Description |
|---|
VNCClipboard() |
| Modifier and Type | Method and Description |
|---|---|
static void |
putTextToClipboard(VNCClipboard.TextType type,
VNCClipboard.Charset charset,
VNCClipboard.TransferType transferType,
CharSequence data) |
public static final VNCClipboard.TextType HTML
public static final VNCClipboard.TextType PLAIN
public static final VNCClipboard.Charset UTF8
public static final VNCClipboard.Charset UTF16
public static final VNCClipboard.Charset UNICODE
public static final VNCClipboard.Charset US_ASCII
public static final VNCClipboard.TransferType READER
public static final VNCClipboard.TransferType INPUT_STREAM
public static final VNCClipboard.TransferType CHAR_BUFFER
public static final VNCClipboard.TransferType BYTE_BUFFER
public static void putTextToClipboard(VNCClipboard.TextType type, VNCClipboard.Charset charset, VNCClipboard.TransferType transferType, CharSequence data)
Copyright © 2019. All rights reserved.