| |
|
| org.eclipse.ui.internal.dialogs.AbstractWorkingSetDialog org.eclipse.ui.internal.dialogs.WorkingSetSelectionDialog
Constructor Summary | |
public | WorkingSetSelectionDialog(Shell parentShell, boolean multi, String[] workingSetIds) Creates a working set selection dialog.
Parameters: parentShell - the parent shell Parameters: multi - true=more than one working set can be chosen in the dialog. |
WorkingSetSelectionDialog | public WorkingSetSelectionDialog(Shell parentShell, boolean multi, String[] workingSetIds)(Code) | | Creates a working set selection dialog.
Parameters: parentShell - the parent shell Parameters: multi - true=more than one working set can be chosen in the dialog. false=only one working set can be chosen. Multipleworking sets can still be selected and removed from the list butthe dialog can only be closed when a single working set is selected. Parameters: workingSetIds - a list of working set ids which are valid workings setsto be selected, created, removed or edited, or null if all currentlyavailable working set types are valid |
availableWorkingSetsChanged | protected void availableWorkingSetsChanged()(Code) | | |
cancelPressed | protected void cancelPressed()(Code) | | Overrides method from Dialog.
See Also: org.eclipse.jface.dialogs.Dialog.cancelPressed |
configureShell | protected void configureShell(Shell shell)(Code) | | Overrides method from Window.
See Also: org.eclipse.jface.window.Window.configureShell(Shell) |
createContents | protected Control createContents(Composite parent)(Code) | | Overrides method from Dialog.
Sets the initial selection, if any.
See Also: org.eclipse.jface.dialogs.Dialog.createContents(Composite) |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | Overrides method from Dialog.
Create the dialog widgets.
See Also: org.eclipse.jface.dialogs.Dialog.createDialogArea(Composite) |
deselectAllSets | protected void deselectAllSets()(Code) | | |
getSelectedWorkingSets | protected List getSelectedWorkingSets()(Code) | | Returns the selected working sets.
the selected working sets |
handleSelectionChanged | void handleSelectionChanged()(Code) | | Called when the selection has changed.
|
okPressed | protected void okPressed()(Code) | | Sets the selected working sets as the dialog result.
Overrides method from Dialog
See Also: org.eclipse.jface.dialogs.Dialog.okPressed |
selectAllSets | protected void selectAllSets()(Code) | | |
|
|
|