Uses of Interface
com.googlecode.lanterna.gui2.WindowManager
Packages that use WindowManager
-
Uses of WindowManager in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowManagerModifier and TypeClassDescriptionclassThe default window manager implementation used by Lanterna.Fields in com.googlecode.lanterna.gui2 declared as WindowManagerMethods in com.googlecode.lanterna.gui2 that return WindowManagerModifier and TypeMethodDescriptionMultiWindowTextGUI.getWindowManager()WindowBasedTextGUI.getWindowManager()Returns the window manager that is currently controlling this TextGUI.Constructors in com.googlecode.lanterna.gui2 with parameters of type WindowManagerModifierConstructorDescriptionMultiWindowTextGUI(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.