| Package | Description |
|---|---|
| org.uispec4j |
Provides classes for handling user interface components.
|
| Modifier and Type | Field and Description |
|---|---|
static Clipboard.Charset |
Clipboard.UNICODE |
static Clipboard.Charset |
Clipboard.US_ASCII |
static Clipboard.Charset |
Clipboard.UTF16 |
static Clipboard.Charset |
Clipboard.UTF8 |
| Modifier and Type | Method and Description |
|---|---|
static void |
Clipboard.putText(Clipboard.TextType type,
Clipboard.Charset charset,
Clipboard.TransferType transferType,
CharSequence data)
Dumps a given text (either String or StringBuffer) into the Clipboard with a specified MIME type
|
Copyright © 2004–2016. All rights reserved.