| org.eclipse.ui.internal.dialogs.AbstractWorkingSetDialog org.eclipse.ui.internal.dialogs.SimpleWorkingSetSelectionDialog
SimpleWorkingSetSelectionDialog | public class SimpleWorkingSetSelectionDialog extends AbstractWorkingSetDialog (Code) | | Base implementation for a simple working set dialog that doesn't contain
references to non-editable/non-visible working sets.
since: 3.4 |
SimpleWorkingSetSelectionDialog | public SimpleWorkingSetSelectionDialog(Shell shell, String[] workingSetTypeIds, IWorkingSet[] selectedWorkingSets, boolean canEdit)(Code) | | Create a new instance of this class.
Parameters: shell - the shell to parent this dialog on Parameters: workingSetTypeIds - the types of working set IDs that will be shown in this dialog Parameters: selectedWorkingSets - the currently selected working sets (if any) Parameters: canEdit - whether or not this dialog will display edit controls |
availableWorkingSetsChanged | protected void availableWorkingSetsChanged()(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
deselectAllSets | protected void deselectAllSets()(Code) | | |
getSelectedWorkingSets | protected List getSelectedWorkingSets()(Code) | | |
handleSelectionChanged | void handleSelectionChanged()(Code) | | Called when the selection has changed.
|
okPressed | protected void okPressed()(Code) | | |
selectAllSets | protected void selectAllSets()(Code) | | |
|
|