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 classDefaultWindowManagerThe default window manager implementation used by Lanterna.Fields in com.googlecode.lanterna.gui2 declared as WindowManager Modifier and Type Field Description private WindowManagerMultiWindowTextGUI. windowManagerMethods in com.googlecode.lanterna.gui2 that return WindowManager Modifier and Type Method Description WindowManagerMultiWindowTextGUI. getWindowManager()WindowManagerWindowBasedTextGUI. 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 newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(Screen screen, WindowManager windowManager, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.
-