Module AM37

Package it.polimi.ingsw.view.cli.console.graphics

  • Class Summary 
    Class Description
    ButtonsDialog
    An InputDialog with one or two clickable buttons, each of them sending a value to the input manager
    DetailedSingleChoiceListDialog
    A dialog containing a list of possible options, each having a description, which is shown when the cursor passes on the item
    ErrorDialog
    A dialog showing an error message and a button to close it
    GridOverlay
    An invisible overlay to select the cells on the board
    ListPane
    A pane showing a list of elements; when the enter key is pressed, the currently selected item is triggered, causing it to return its value to the inputManager and this to be hidden by the container
    LoggerPane  
    MessageDialog
    A dialog showing an error message and a button to close it
    MultipleChoiceListDialog  
    SingleChoiceListDialog
    A dialog showing a list of elements; when the enter key is pressed, the currently selected item is triggered, causing it to return its value to the inputManager and this to be closed
    SingleChoiceListPane  
    TextInputDialog