Package org.eclipse.ui.dialogs
Class WorkingSetGroup
java.lang.Object
org.eclipse.ui.dialogs.WorkingSetGroup
Instances of this class provide a
WorkingSetConfigurationBlock
wrapped with an SWT Group container.- Since:
- 3.4
-
Constructor Summary
ConstructorDescriptionWorkingSetGroup
(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn the working sets selected by the containedWorkingSetConfigurationBlock
.
-
Constructor Details
-
WorkingSetGroup
public WorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class.- Parameters:
composite
- parent compositecurrentSelection
- the initial working set selection to pass to theWorkingSetConfigurationBlock
workingSetTypes
- the types of working sets that can be selected by theWorkingSetConfigurationBlock
-
-
Method Details
-
getSelectedWorkingSets
Return the working sets selected by the containedWorkingSetConfigurationBlock
.- Returns:
- the selected working sets
-