Interface IMultiSelection

    • Method Detail

      • addSelection

        IMultiSelection addSelection​(ISelection selection,
                                     String selectionLabel)
        Adds named selection to this multiple selection.
        Parameters:
        selection - the selection to add.
        selectionLabel - the selection label.
        Returns:
      • getSelectionLabel

        String getSelectionLabel​(ISelection selection)
        Obtains label for a given ISelection.
        Parameters:
        selection - the selection to get label of.
        Returns:
        selection label or null if no label available.