Uses of Interface
org.jline.curses.Window
-
Packages that use Window Package Description org.jline.curses org.jline.curses.impl -
-
Uses of Window in org.jline.curses
Methods in org.jline.curses that return Window Modifier and Type Method Description Window
Curses.WindowBuilder. build()
Methods in org.jline.curses with parameters of type Window Modifier and Type Method Description void
GUI. addWindow(Window window)
void
GUI. removeWindow(Window window)
-
Uses of Window in org.jline.curses.impl
Classes in org.jline.curses.impl that implement Window Modifier and Type Class Description class
AbstractWindow
class
BasicWindow
Methods in org.jline.curses.impl that return Window Modifier and Type Method Description Window
AbstractComponent. getWindow()
Methods in org.jline.curses.impl with parameters of type Window Modifier and Type Method Description void
GUIImpl. addWindow(Window window)
void
GUIImpl. removeWindow(Window window)
-