Module AM37

Class MultipleChoiceListDialog

All Implemented Interfaces:
KeyEventListener

public final class MultipleChoiceListDialog
extends InputDialog
  • Constructor Details

    • MultipleChoiceListDialog

      public MultipleChoiceListDialog​(java.lang.String title, java.lang.String message, Window caller, java.util.Map<java.lang.String,​java.util.LinkedList<java.lang.String>> detailedOptions, int numberOfChoices)
      Default constructor

      Creates a MultipleChoiceListDialog.xml, 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
      detailedOptions - the options to show and their details
      numberOfChoices - the number of items to select
  • Method Details