|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A working set selection dialog displays the list of working sets available in the workbench.
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
Method Summary | |
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. |
Method Detail |
public IWorkingSet[] getSelection()
null
if the dialog was canceled.public int open()
Window
public void setSelection(IWorkingSet[] workingSets)
workingSets
- the working sets to select in the dialog.
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |