Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parent)
Deprecated.
use createWorkingSetSelectionDialog(parent, true) instead
|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parentShell,
boolean multi)
Creates a working set selection dialog that lists all working
sets and allows the user to add, remove and edit working sets.
|
IWorkingSetSelectionDialog |
IWorkingSetManager.createWorkingSetSelectionDialog(Shell parentShell,
boolean multi,
String[] workingsSetIds)
Creates a working set selection dialog that lists all working
sets with the specified ids and allows the user to add, remove and
edit working sets with the specified ids.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.