Uses of Interface
org.eclipse.ui.dialogs.IWorkingSetSelectionDialog
-
Packages that use IWorkingSetSelectionDialog Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IWorkingSetSelectionDialog in org.eclipse.ui
Methods in org.eclipse.ui that return IWorkingSetSelectionDialog Modifier and Type Method Description IWorkingSetSelectionDialogIWorkingSetManager. createWorkingSetSelectionDialog(Shell parent)Deprecated.use createWorkingSetSelectionDialog(parent, true) insteadIWorkingSetSelectionDialogIWorkingSetManager. 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.IWorkingSetSelectionDialogIWorkingSetManager. 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.
-