|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clipboard.TransferType | |
|---|---|
| org.uispec4j | Provides classes for handling user interface components. |
| Uses of Clipboard.TransferType in org.uispec4j |
|---|
| Fields in org.uispec4j declared as Clipboard.TransferType | |
|---|---|
static Clipboard.TransferType |
Clipboard.BYTE_BUFFER
|
static Clipboard.TransferType |
Clipboard.CHAR_BUFFER
|
static Clipboard.TransferType |
Clipboard.INPUT_STREAM
|
static Clipboard.TransferType |
Clipboard.READER
|
| Methods in org.uispec4j with parameters of type Clipboard.TransferType | |
|---|---|
static void |
Clipboard.putText(Clipboard.TextType type,
Clipboard.Charset charset,
Clipboard.TransferType transferType,
java.lang.CharSequence data)
Dumps a given text (either String or StringBuffer) into the Clipboard with a specified MIME type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||