public interface Clipboard extends CommonHandle, Multiple, PseudoWidget
| Modifier and Type | Method and Description |
|---|---|
handle |
asHandle()
Get the instance for the CLIPBOARD system handle.
|
character |
getClipboardValue()
Gets the system clipboard value.
|
void |
setClipboardValue(character value)
Sets the system clipboard value.
|
void |
setClipboardValue(java.lang.String value)
Sets the system clipboard value.
|
readOnlyError, readOnlyError, resourceTypeid, id, unknown, validisMultiple, setMultiple, setMultiplehandle asHandle()
character getClipboardValue()
void setClipboardValue(character value)
value - The target value to set.void setClipboardValue(java.lang.String value)
value - The target value to set.