| Modifier and Type | Method and Description |
|---|---|
XTermClipboard.UseSystemClipboard |
XTermClipboard.getUseSystemClipboard()
Return whether copy and paste actions use the system clipboard
|
static XTermClipboard.UseSystemClipboard |
XTermClipboard.UseSystemClipboard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XTermClipboard.UseSystemClipboard[] |
XTermClipboard.UseSystemClipboard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTermClipboard.setUseSystemClipboard(XTermClipboard.UseSystemClipboard value)
Configure the clipboard to write (and optionally read from) the system clipboard
|
Copyright © 2020 Flowing Code. All rights reserved.