Interface SelectionDialogBuilder.MultiSelector<T>

Type Parameters:
T - the value type
Enclosing interface:
SelectionDialogBuilder<T>

public static interface SelectionDialogBuilder.MultiSelector<T>
Provides the user with the ability to select one or more values.
  • Method Summary

    Modifier and Type
    Method
    Description
    select(JComponent dialogOwner)
     
  • Method Details

    • select

      Collection<T> select(JComponent dialogOwner)
      Parameters:
      dialogOwner - the dialog owner
      Returns:
      the selected values, an empty Collections if nothing was selected
      Throws:
      CancelException - in case the user cancelled