com.mindbright.terminal
public interface TerminalClipboardHandler
TerminalWin
Modifier and Type | Method and Description |
---|---|
void |
clearSelection()
Clear the clipboard contents.
|
java.lang.String |
getSelection()
Get the current contents of the clipboard
|
void |
setSelection(java.lang.String selection)
Set the content of the clipboard to the specified string.
|
void setSelection(java.lang.String selection)
selection
- new contents of the clipboard.java.lang.String getSelection()
void clearSelection()