| java.lang.Object org.eclipse.ui.dialogs.WorkingSetGroup
WorkingSetGroup | final public class WorkingSetGroup (Code) | | Instances of this class provide a
WorkingSetConfigurationBlock wrapped with an SWT Group container.
Please note that this API is experimental and may change before 3.4
ships.
since: 3.4 |
Constructor Summary | |
public | WorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class. |
WorkingSetGroup | public WorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes)(Code) | | Create a new instance of this class.
Parameters: composite - parent composite Parameters: currentSelection - the initial working set selection to pass to theWorkingSetConfigurationBlock Parameters: workingSetTypes - the types of working sets that can be selected by theWorkingSetConfigurationBlock |
|
|