| java.lang.Object org.uispec4j.Clipboard
Clipboard | public class Clipboard (Code) | | Utility for changing and checking the contents of the system's clipboard.
|
Inner Class :public static class TextType | |
Inner Class :public static class Charset | |
Inner Class :public static class TransferType | |
Field Summary | |
final public static TransferType | BYTE_BUFFER | final public static TransferType | CHAR_BUFFER | final public static TextType | HTML | final public static TransferType | INPUT_STREAM | final public static TextType | PLAIN | final public static TransferType | READER | final public static Charset | UNICODE | final public static Charset | US_ASCII | final public static Charset | UTF16 | final public static Charset | UTF8 |
BYTE_BUFFER | final public static TransferType BYTE_BUFFER(Code) | | |
CHAR_BUFFER | final public static TransferType CHAR_BUFFER(Code) | | |
HTML | final public static TextType HTML(Code) | | |
INPUT_STREAM | final public static TransferType INPUT_STREAM(Code) | | |
PLAIN | final public static TextType PLAIN(Code) | | |
READER | final public static TransferType READER(Code) | | |
UNICODE | final public static Charset UNICODE(Code) | | |
US_ASCII | final public static Charset US_ASCII(Code) | | |
UTF16 | final public static Charset UTF16(Code) | | |
UTF8 | final public static Charset UTF8(Code) | | |
putText | public static void putText(CharSequence data)(Code) | | Dumps a given text (either String or StringBuffer) into the Clipboard, with a default MIME type
|
putText | public static void putText(TextType type, Charset charset, TransferType transferType, CharSequence data)(Code) | | Dumps a given text (either String or StringBuffer) into the Clipboard with a specified MIME type
|
|
|