Class MultipleOptionsDialog<T>

    • Constructor Detail

      • MultipleOptionsDialog

        protected MultipleOptionsDialog​(java.lang.String title,
                                        java.lang.String message,
                                        java.util.List<T> choices,
                                        boolean includeSelectAllBox)
      • MultipleOptionsDialog

        protected MultipleOptionsDialog​(java.lang.String title,
                                        java.lang.String message,
                                        java.util.List<T> choices,
                                        java.util.List<java.lang.String> stringRepresentationOfChoices,
                                        boolean includeSelectAllBox)
    • Method Detail

      • setup

        protected void setup​(java.lang.String message)
      • cancelCallback

        protected void cancelCallback()
        Description copied from class: DialogComponentProvider
        The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
        Overrides:
        cancelCallback in class DialogComponentProvider
      • isCanceled

        protected boolean isCanceled()
      • getUserChoices

        protected java.util.List<T> getUserChoices()