Uses of Class
com.googlecode.lanterna.gui2.dialogs.DialogWindow
Packages that use DialogWindow
-
Uses of DialogWindow in com.googlecode.lanterna.gui2.dialogs
Classes in com.googlecode.lanterna.gui2.dialogs with type parameters of type DialogWindowModifier and TypeClassDescriptionclass
AbstractDialogBuilder<B,
T extends DialogWindow> Abstract class for dialog building, containing much shared code between different kinds of dialogsSubclasses of DialogWindow in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclass
Dialog containing a multiple item action list boxclass
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.