Package | Description |
---|---|
com.googlecode.lanterna.gui2 | |
com.googlecode.lanterna.gui2.dialogs |
Modifier and Type | Interface and Description |
---|---|
interface |
Window
Window is a base unit in the TextGUI system, it represents a collection of components grouped together, usually
surrounded by a border and a title.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasePane
This abstract implementation of
BasePane has the common code shared by all different concrete
implementations. |
class |
AbstractWindow
Abstract Window has most of the code requiring for a window to function, all concrete window implementations extends
from this in one way or another.
|
class |
BasicWindow
Simple AbstractWindow implementation that you can use as a building block when creating new windows without having
to create new classes.
|
Modifier and Type | Method and Description |
---|---|
BasePane |
WindowBasedTextGUI.getBackgroundPane()
Returns the container for the background, which works as a single large component that takes up the whole
terminal area and is always behind all windows.
|
BasePane |
MultiWindowTextGUI.getBackgroundPane() |
BasePane |
Component.getBasePane()
Returns the BasePane that this container belongs to.
|
BasePane |
AbstractComponent.getBasePane() |
BasePane |
AbstractBasePane.ContentHolder.getBasePane() |
Modifier and Type | Class and Description |
---|---|
class |
ActionListDialog
Dialog containing a multiple item action list box
|
class |
DialogWindow
Thin layer on top of the
AbstractWindow class that automatically sets properties and hints to the window to
make it act more like a modal dialog window |
class |
FileDialog
Dialog that allows the user to iterate the file system and pick file to open/save
|
class |
ListSelectDialog<T>
Dialog that allows the user to select an item from a list
|
class |
MessageDialog
Simple message dialog that displays a message and has optional selection/confirmation buttons
|
class |
TextInputDialog
TextInputDialog is a modal text input dialog that prompts the user to enter a text string. |
class |
WaitingDialog
Dialog that displays a text message, an optional spinning indicator and an optional progress bar.
|
Copyright © 2016. All rights reserved.