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
ActionListDialogclass, use this to create instances of that class and to customize themThin layer on top of theAbstractWindowclass 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 theDirectoryDialogclass, 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 theFileDialogclass, 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 theListSelectDialogclass, 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 theMessageDialogclass, 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.TextInputDialogis a modal text input dialog that prompts the user to enter a text string.Dialog builder for theTextInputDialogclass, use this to create instances of that class and to customize themInterface to implement for custom validation of text input in aTextInputDialogDialog that displays a text message, an optional spinning indicator and an optional progress bar.