Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWindowManager
The default window manager implementation used by Lanterna.
|
Modifier and Type | Method and Description |
---|---|
WindowManager |
WindowBasedTextGUI.getWindowManager()
Returns the window manager that is currently controlling this TextGUI.
|
WindowManager |
MultiWindowTextGUI.getWindowManager() |
Constructor and Description |
---|
MultiWindowTextGUI(Screen screen,
WindowManager windowManager,
Component background)
Creates a new
MultiWindowTextGUI that uses the specified Screen as the backend for all drawing
operations. |
MultiWindowTextGUI(Screen screen,
WindowManager windowManager,
WindowPostRenderer postRenderer,
Component background)
Creates a new
MultiWindowTextGUI that uses the specified Screen as the backend for all drawing
operations. |
MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory,
Screen screen,
WindowManager windowManager,
WindowPostRenderer postRenderer,
Component background)
Creates a new
MultiWindowTextGUI that uses the specified Screen as the backend for all drawing
operations. |
Copyright © 2016. All rights reserved.