Module AM37

Class DetailedSingleChoiceListDialog

All Implemented Interfaces:
KeyEventListener

public final class DetailedSingleChoiceListDialog
extends SingleChoiceListDialog
A dialog containing a list of possible options, each having a description, which is shown when the cursor passes on the item
  • Constructor Details

    • DetailedSingleChoiceListDialog

      public DetailedSingleChoiceListDialog​(java.lang.String title, java.lang.String message, Window caller, java.util.Map<java.lang.String,​java.util.LinkedList<java.lang.String>> options)
      Default constructor

      Creates a DetailedListChoiceDialog, which dimensions are adapted on the options provided; if other dialogs are already showing, the new dialog is created at an offset from the already existing one
      The console echo is disabled as soon as the Dialog is created

      Parameters:
      title - the dialog title
      message - the dialog message
      caller - the window which invoked this
      options - the options to show and their details
  • Method Details