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 GUIWindow. getGUI()static GUICurses. gui(org.jline.terminal.Terminal terminal)Methods in org.jline.curses with parameters of type GUI Modifier and Type Method Description Curses.WindowBuilderCurses.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 classGUIImplMethods in org.jline.curses.impl that return GUI Modifier and Type Method Description GUIAbstractWindow. getGUI()Methods in org.jline.curses.impl with parameters of type GUI Modifier and Type Method Description voidAbstractWindow. setGUI(GUI gui)
-