Uses of Class
com.googlecode.lanterna.gui2.AbstractWindow
Packages that use AbstractWindow
-
Uses of AbstractWindow in com.googlecode.lanterna.gui2
Subclasses of AbstractWindow in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclass
Simple AbstractWindow implementation that you can use as a building block when creating new windows without having to create new classes.private class
class
This class is aWindow
implementation that automatically sets some common settings that you'd want on specifically popup windows with menu items. -
Uses of AbstractWindow in com.googlecode.lanterna.gui2.dialogs
Subclasses of AbstractWindow in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclass
Dialog containing a multiple item action list boxclass
Thin layer on top of theAbstractWindow
class that automatically sets properties and hints to the window to make it act more like a modal dialog windowclass
Dialog that allows the user to iterate the file system and pick directory.class
Dialog that allows the user to iterate the file system and pick file to open/saveclass
Dialog that allows the user to select an item from a listclass
Simple message dialog that displays a message and has optional selection/confirmation buttonsclass
TextInputDialog
is a modal text input dialog that prompts the user to enter a text string.class
Dialog that displays a text message, an optional spinning indicator and an optional progress bar.