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 Clipboard
TApplication. getClipboard()
Get the clipboard.Clipboard
TWidget. getClipboard()
Get the Clipboard. -
Uses of Clipboard in jexer.backend
Methods in jexer.backend with parameters of type Clipboard Modifier and Type Method Description void
LogicalScreen. copySelection(Clipboard clipboard, int x0, int y0, int x1, int y1, boolean rectangle)
Copy the screen selection area to the clipboard.void
MultiScreen. copySelection(Clipboard clipboard, int x0, int y0, int x1, int y1, boolean rectangle)
Copy the screen selection area to the clipboard.void
Screen. copySelection(Clipboard clipboard, int x0, int y0, int x1, int y1, boolean rectangle)
Copy the screen selection area to the clipboard.
-