Uses of Interface
org.jline.curses.GUI
-
Packages that use GUI Package Description org.jline.curses org.jline.curses.impl -
-
Uses of GUI in org.jline.curses
Methods in org.jline.curses that return GUI Modifier and Type Method Description GUI
Window. getGUI()
static GUI
Curses. gui(org.jline.terminal.Terminal terminal)
Methods in org.jline.curses with parameters of type GUI Modifier and Type Method Description Curses.WindowBuilder
Curses.WindowBuilder. gui(GUI gui)
-
Uses of GUI in org.jline.curses.impl
Classes in org.jline.curses.impl that implement GUI Modifier and Type Class Description class
GUIImpl
Methods in org.jline.curses.impl that return GUI Modifier and Type Method Description GUI
AbstractWindow. getGUI()
Methods in org.jline.curses.impl with parameters of type GUI Modifier and Type Method Description void
AbstractWindow. setGUI(GUI gui)
-