| Package | Description |
|---|---|
| org.uispec4j |
Provides classes for handling user interface components.
|
| Modifier and Type | Field and Description |
|---|---|
static Clipboard.TextType |
Clipboard.HTML |
static Clipboard.TextType |
Clipboard.PLAIN |
| 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.