public interface IWorkingSetSelectionDialog
Use org.eclipse.ui.IWorkingSetManager#createWorkingSetSelectionDialog(Shell) to create an instance of this dialog.
This interface is not intended to be implemented by clients.
IWorkingSetManager
Modifier and Type | Method and Description |
---|---|
IWorkingSet[] |
getSelection()
Returns the working sets selected in the dialog or
null if the dialog was canceled. |
int |
open()
Displays the working set selection dialog.
|
void |
setSelection(IWorkingSet[] workingSets)
Sets the working sets that are initially selected in the dialog.
|
IWorkingSet[] getSelection()
null
if the dialog was canceled.int open()
Window
void setSelection(IWorkingSet[] workingSets)
workingSets
- the working sets to select in the dialog.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.