|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TerminalClipboardHandler
Interface describing a clipboard for the terminal emulator.
TerminalWin| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setSelection(java.lang.String selection)
selection - new contents of the clipboard.java.lang.String getSelection()
void clearSelection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||