Uses of Class
org.eclipse.ui.dialogs.ListSelectionDialog.Builder
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of ListSelectionDialog.Builder in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionListSelectionDialog.Builder.asSheet
(boolean asSheet) Sets whether to show the dialog as sheet.ListSelectionDialog.Builder.canCancel
(boolean canCancel) Sets whether the dialog can be canceled.ListSelectionDialog.Builder.checkboxText
(String checkboxText) Sets the label of the optional check box.ListSelectionDialog.Builder.checkboxValue
(boolean checkboxValue) Sets the selection state of the optional check box.ListSelectionDialog.Builder.contentProvider
(IStructuredContentProvider contentProvider) Sets the content provider.ListSelectionDialog.Builder.labelProvider
(ILabelProvider labelProvider) Sets the label provider.Sets the message.static ListSelectionDialog.Builder
Creates a newListSelectionDialog
ListSelectionDialog.Builder
for the given input.ListSelectionDialog.Builder.okButtonText
(String text) Sets the OK button label.ListSelectionDialog.Builder.okButtonTextWhenNoSelection
(String text) Sets the OK button label that will be displayed when no item is selected; otherwise the label ofokButtonText(String)
will be displayed.Sets the initial selection to the given elements.Sets the title for this dialog.