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 SummaryConstructorsConstructorDescriptionWorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class.
- 
Method SummaryModifier and TypeMethodDescriptionReturn the working sets selected by the containedWorkingSetConfigurationBlock.
- 
Constructor Details- 
WorkingSetGrouppublic WorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class.- Parameters:
- composite- parent composite
- currentSelection- the initial working set selection to pass to the- WorkingSetConfigurationBlock
- workingSetTypes- the types of working sets that can be selected by the- WorkingSetConfigurationBlock
 
 
- 
- 
Method Details- 
getSelectedWorkingSetsReturn the working sets selected by the containedWorkingSetConfigurationBlock.- Returns:
- the selected working sets
 
 
-