Uses of Interface
org.eclipse.ui.IWorkingSetManager
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IWorkingSetManager in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
A local working set manager can be used to manage a set of working sets independently from the working sets managed by the global working set manager.Modifier and TypeMethodDescriptionIWorkbench.getWorkingSetManager()
Returns the working set manager for the workbench. -
Uses of IWorkingSetManager in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Abstract implementation ofIWorkingSetManager
.class
class
A working set manager stores working sets and provides property change notification when a working set is added or removed.Modifier and TypeMethodDescriptionprotected IWorkingSetManager
AbstractWorkingSet.getManager()
Workbench.getWorkingSetManager()
WorkbenchPlugin.getWorkingSetManager()
Returns the working set managerModifier and TypeMethodDescriptionvoid
AbstractWorkingSet.connect
(IWorkingSetManager manager) Connect this working set to a manger.void
AggregateWorkingSet.connect
(IWorkingSetManager manager)