Uses of Interface
com.googlecode.lanterna.gui2.WindowManager
-
Packages that use WindowManager Package Description com.googlecode.lanterna.gui2 -
-
Uses of WindowManager in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowManager Modifier and Type Class Description class
DefaultWindowManager
The default window manager implementation used by Lanterna.Fields in com.googlecode.lanterna.gui2 declared as WindowManager Modifier and Type Field Description private WindowManager
MultiWindowTextGUI. windowManager
Methods in com.googlecode.lanterna.gui2 that return WindowManager Modifier and Type Method Description WindowManager
MultiWindowTextGUI. getWindowManager()
WindowManager
WindowBasedTextGUI. getWindowManager()
Returns the window manager that is currently controlling this TextGUI.Constructors in com.googlecode.lanterna.gui2 with parameters of type WindowManager Constructor Description MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager)
Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)
Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI(Screen screen, WindowManager windowManager, Component background)
Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI(Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)
Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.
-