Uses of Enum Class
com.flowingcode.vaadin.addons.xterm.ITerminalClipboard.UseSystemClipboard
Packages that use ITerminalClipboard.UseSystemClipboard
-
Uses of ITerminalClipboard.UseSystemClipboard in com.flowingcode.vaadin.addons.xterm
Methods in com.flowingcode.vaadin.addons.xterm that return ITerminalClipboard.UseSystemClipboardModifier and TypeMethodDescriptionITerminalClipboard.getUseSystemClipboard()Return whether copy and paste actions use the system clipboardReturns the enum constant of this class with the specified name.ITerminalClipboard.UseSystemClipboard.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.xterm with parameters of type ITerminalClipboard.UseSystemClipboardModifier and TypeMethodDescriptiondefault voidITerminalClipboard.setUseSystemClipboard(ITerminalClipboard.UseSystemClipboard value) Configure the clipboard to write (and optionally read from) the system clipboard