Uses of Class
jexer.bits.Clipboard
-
Packages that use Clipboard Package Description jexer Jexer - Java Text User Interface libraryjexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of Clipboard in jexer
Methods in jexer that return Clipboard Modifier and Type Method Description ClipboardTApplication. getClipboard()Get the clipboard.ClipboardTWidget. getClipboard()Get the Clipboard. -
Uses of Clipboard in jexer.backend
Methods in jexer.backend with parameters of type Clipboard Modifier and Type Method Description voidLogicalScreen. copySelection(Clipboard clipboard, int x0, int y0, int x1, int y1, boolean rectangle)Copy the screen selection area to the clipboard.voidScreen. copySelection(Clipboard clipboard, int x0, int y0, int x1, int y1, boolean rectangle)Copy the screen selection area to the clipboard.
-