Uses of Package
com.googlecode.lanterna.gui2.dialogs

Package
Description
 
  • Class
    Description
    Abstract class for dialog building, containing much shared code between different kinds of dialogs
    Dialog containing a multiple item action list box
    Dialog builder for the ActionListDialog class, use this to create instances of that class and to customize them
    Thin layer on top of the AbstractWindow class that automatically sets properties and hints to the window to make it act more like a modal dialog window
    Dialog that allows the user to iterate the file system and pick directory.
    Dialog builder for the DirectoryDialog 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/save
    Dialog builder for the FileDialog class, use this to create instances of that class and to customize them
    Dialog that allows the user to select an item from a list
    Dialog builder for the ListSelectDialog class, use this to create instances of that class and to customize them
    Simple message dialog that displays a message and has optional selection/confirmation buttons
    Dialog builder for the MessageDialog class, use this to create instances of that class and to customize them
    This enum has the available selection of buttons that you can add to a MessageDialog.
    TextInputDialog is a modal text input dialog that prompts the user to enter a text string.
    Dialog builder for the TextInputDialog class, use this to create instances of that class and to customize them
    Interface to implement for custom validation of text input in a TextInputDialog
    Dialog that displays a text message, an optional spinning indicator and an optional progress bar.