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