Module com.googlecode.lanterna
Package com.googlecode.lanterna.gui2.dialogs
-
Interface Summary Interface Description TextInputDialogResultValidator Interface to implement for custom validation of text input in aTextInputDialog
-
Class Summary Class Description AbstractDialogBuilder<B,T extends DialogWindow> Abstract class for dialog building, containing much shared code between different kinds of dialogsActionListDialog Dialog containing a multiple item action list boxActionListDialogBuilder Dialog builder for theActionListDialog
class, use this to create instances of that class and to customize themDialogWindow 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 windowDirectoryDialog Dialog that allows the user to iterate the file system and pick directory.DirectoryDialog.DoNothing DirectoryDialogBuilder Dialog builder for theDirectoryDialog
class, use this to create instances of that class and to customize them.FileDialog Dialog that allows the user to iterate the file system and pick file to open/saveFileDialog.DoNothing FileDialogBuilder Dialog builder for theFileDialog
class, use this to create instances of that class and to customize themListSelectDialog<T> Dialog that allows the user to select an item from a listListSelectDialogBuilder<T> Dialog builder for theListSelectDialog
class, use this to create instances of that class and to customize themMessageDialog Simple message dialog that displays a message and has optional selection/confirmation buttonsMessageDialogBuilder Dialog builder for theMessageDialog
class, use this to create instances of that class and to customize themTextInputDialog TextInputDialog
is a modal text input dialog that prompts the user to enter a text string.TextInputDialogBuilder Dialog builder for theTextInputDialog
class, use this to create instances of that class and to customize themWaitingDialog Dialog that displays a text message, an optional spinning indicator and an optional progress bar. -
Enum Summary Enum Description MessageDialogButton This enum has the available selection of buttons that you can add to aMessageDialog
.