ListSelectionDialog.Builder |
ListSelectionDialog.Builder.asSheet(boolean asSheet) |
Sets whether to show the dialog as sheet.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.canCancel(boolean canCancel) |
Sets whether the dialog can be canceled.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.checkboxText(String checkboxText) |
Sets the label of the optional check box.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.checkboxValue(boolean checkboxValue) |
Sets the selection state of the optional check box.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.contentProvider(IStructuredContentProvider contentProvider) |
Sets the content provider.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.labelProvider(ILabelProvider labelProvider) |
Sets the label provider.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.message(String message) |
Sets the message.
|
static ListSelectionDialog.Builder |
ListSelectionDialog.of(Object input) |
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.okButtonText(String text) |
Sets the OK button label.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.okButtonTextWhenNoSelection(String text) |
Sets the OK button label that will be displayed when no item is selected;
otherwise the label of okButtonText(String) will be displayed.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.preselect(Object... initialSelections) |
Sets the initial selection to the given elements.
|
ListSelectionDialog.Builder |
ListSelectionDialog.Builder.title(String title) |
Sets the title for this dialog.
|