Uses of Interface
org.eclipse.ui.dialogs.IWorkingSetSelectionDialog
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IWorkingSetSelectionDialog in org.eclipse.ui
Modifier and TypeMethodDescriptionIWorkingSetManager.createWorkingSetSelectionDialog
(Shell parent) Deprecated.use createWorkingSetSelectionDialog(parent, true) insteadIWorkingSetManager.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.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. -
Uses of IWorkingSetSelectionDialog in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionAbstractWorkingSetManager.createWorkingSetSelectionDialog
(Shell parent) Deprecated.use createWorkingSetSelectionDialog(parent, true) insteadAbstractWorkingSetManager.createWorkingSetSelectionDialog
(Shell parent, boolean multi) AbstractWorkingSetManager.createWorkingSetSelectionDialog
(Shell parent, boolean multi, String[] workingsSetIds)