Uses of Package
com.googlecode.lanterna.gui2.dialogs
Packages that use com.googlecode.lanterna.gui2.dialogs
-
Classes in com.googlecode.lanterna.gui2.dialogs used by com.googlecode.lanterna.gui2.dialogsClassDescriptionAbstract class for dialog building, containing much shared code between different kinds of dialogsDialog containing a multiple item action list boxDialog builder for the
ActionListDialog
class, use this to create instances of that class and to customize themThin layer on top of theAbstractWindow
class that automatically sets properties and hints to the window to make it act more like a modal dialog windowDialog that allows the user to iterate the file system and pick directory.Dialog builder for theDirectoryDialog
class, use this to create instances of that class and to customize them.Dialog that allows the user to iterate the file system and pick file to open/saveDialog builder for theFileDialog
class, use this to create instances of that class and to customize themDialog that allows the user to select an item from a listDialog builder for theListSelectDialog
class, use this to create instances of that class and to customize themSimple message dialog that displays a message and has optional selection/confirmation buttonsDialog builder for theMessageDialog
class, use this to create instances of that class and to customize themThis enum has the available selection of buttons that you can add to aMessageDialog
.TextInputDialog
is a modal text input dialog that prompts the user to enter a text string.Dialog builder for theTextInputDialog
class, use this to create instances of that class and to customize themInterface to implement for custom validation of text input in aTextInputDialog
Dialog that displays a text message, an optional spinning indicator and an optional progress bar.