public interface IClipboard extends IClipboardObservable
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
ITransferable |
getContents() |
<JAVA_TYPE> |
getData(TransferType<JAVA_TYPE> type) |
void |
setContents(ITransferable contents) |
addClipboardListener, removeClipboardListener
void setContents(ITransferable contents)
ITransferable getContents()
<JAVA_TYPE> JAVA_TYPE getData(TransferType<JAVA_TYPE> type)
void dispose()
Siehe auch Jowidgets Nutzerhandbuch