Uses of Interface
org.eclipse.ui.IWorkingSet
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Classes and interface required to contribute search dialog pages and search result view pages.
Provides the base classes to implement a search result view part for searches with textual matches.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of IWorkingSet in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic IWorkingSet
RefreshTab.getWorkingSet
(String refreshAttribute) Creates and returns a working set from the given refresh attribute created by the methodgetRefreshAttribute(IWorkingSet)
, ornull
if none.Modifier and TypeMethodDescriptionstatic String
RefreshTab.getRefreshAttribute
(IWorkingSet workingSet) Creates and returns a memento for the given working set, to be used as a refresh attribute. -
Uses of IWorkingSet in org.eclipse.debug.ui.sourcelookup
ModifierConstructorDescriptionWorkingSetSourceContainer
(IWorkingSet workingSet) Creates a source container for the working set. -
Uses of IWorkingSet in org.eclipse.search.ui
Modifier and TypeMethodDescriptionISearchPageContainer.getSelectedWorkingSets()
Returns the selected working sets of this container.Modifier and TypeMethodDescriptionvoid
ISearchPageContainer.setSelectedWorkingSets
(IWorkingSet[] workingSets) Sets the selected working sets of this container. -
Uses of IWorkingSet in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionFileTextSearchScope.getWorkingSets()
Returns the working-sets that were used to configure this scope ornull
if the scope was not created off working sets.Modifier and TypeMethodDescriptionabstract ISearchQuery
TextSearchQueryProvider.createQuery
(String selectedText, IWorkingSet[] ws) Create a query to search for the selected text in the given working sets.static FileTextSearchScope
FileTextSearchScope.newSearchScope
(IWorkingSet[] workingSets, String[] fileNamePatterns, boolean includeDerived) Returns a scope for the given working sets. -
Uses of IWorkingSet in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected void
WorkingSetScope.setWorkingSets
(IWorkingSet[] sets) Initialize this working set scope with the provided working sets.ModifierConstructorDescriptionWorkingSetScope
(IWorkingSet[] sets) Create the scope for the working sets -
Uses of IWorkingSet in org.eclipse.ui
Modifier and TypeMethodDescriptionIWorkingSetManager.createAggregateWorkingSet
(String name, String label, IWorkingSet[] components) Create a working set that is the union of a collection of other working sets.IWorkingSetManager.createWorkingSet
(String name, IAdaptable[] elements) Creates a new working set.IWorkingSetManager.createWorkingSet
(IMemento memento) Re-creates and returns a working set from the state captured within the given memento.IWorkbenchPage.getAggregateWorkingSet()
Return a working set that contains all of the elements contained in the array of working sets provided byIWorkbenchPage.getWorkingSets()
.IWorkingSetManager.getAllWorkingSets()
Returns an array of all working sets stored in the receiver including those that are marked as being not visible.IAggregateWorkingSet.getComponents()
Returns the working sets contained in this aggregate working set.IWorkingSetManager.getRecentWorkingSets()
Returns the list of most recently used working sets.IWorkbenchPage.getWorkingSet()
Deprecated.individual views should store a working set if neededIWorkingSetManager.getWorkingSet
(String name) Returns the working set with the specified name.ResourceWorkingSetFilter.getWorkingSet()
Returns the active working set the filter is working with.IWorkbenchPage.getWorkingSets()
Return the visible working sets for this page.IWorkingSetManager.getWorkingSets()
Returns an array of all working sets stored in the receiver.Modifier and TypeMethodDescriptionBasicWorkingSetElementAdapter.adaptElements
(IWorkingSet ws, IAdaptable[] elements) When invoked this method will iterate over all classes specified as IExecutableExtension arguements to this class in order and compare with the elements.IWorkingSetElementAdapter.adaptElements
(IWorkingSet ws, IAdaptable[] elements) Converts the given elements for addition to/removal from the working set.void
IWorkingSetUpdater.add
(IWorkingSet workingSet) Adds a working set to this updater.void
IWorkingSetManager.addRecentWorkingSet
(IWorkingSet workingSet) Adds a working set to the top of the list of most recently used working sets, making it the most recently used working set.void
IWorkingSetManager.addToWorkingSets
(IAdaptable element, IWorkingSet[] workingSets) Utility method that will add theelement
to each given working set inworkingSets
if possible.void
IWorkingSetManager.addWorkingSet
(IWorkingSet workingSet) Adds a working set to the receiver.boolean
IWorkingSetUpdater.contains
(IWorkingSet workingSet) Returnstrue
if the updater contains the given working set; otherwisefalse
is returned.IWorkingSetManager.createAggregateWorkingSet
(String name, String label, IWorkingSet[] components) Create a working set that is the union of a collection of other working sets.IWorkingSetManager.createWorkingSetEditWizard
(IWorkingSet workingSet) Creates a working set edit wizard for the specified working set.boolean
IWorkingSetUpdater2.isManagingPersistenceOf
(IWorkingSet set) Answers if the given working set content presistence is managed by this updaterboolean
IWorkingSetUpdater.remove
(IWorkingSet workingSet) Removes a working set from this updater.void
IWorkingSetManager.removeWorkingSet
(IWorkingSet workingSet) Removes the working setIWorkingSetUpdater2.restore
(IWorkingSet set) Restores working set content if its persistence is managed by current updatervoid
ResourceWorkingSetFilter.setWorkingSet
(IWorkingSet workingSet) Sets the active working set.void
IWorkbenchPage.setWorkingSets
(IWorkingSet[] sets) Set the working sets for this page. -
Uses of IWorkingSet in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionWorkingSetFilterActionGroup.getWorkingSet()
Returns the working set which is currently selected.Modifier and TypeMethodDescriptionvoid
WorkingSetFilterActionGroup.setWorkingSet
(IWorkingSet newWorkingSet) Sets the current working set. -
Uses of IWorkingSet in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionstatic IWorkingSet[]
WorkingSetConfigurationBlock.filter
(IWorkingSet[] workingSets, String[] workingSetIds) Filters the given working sets such that the following is true: for each IWorkingSet s in result: s.getId() is element of workingSetIdsWorkingSetConfigurationBlock.findApplicableWorkingSets
(IStructuredSelection selection) Retrieves a working set from the givenselection
or an empty array if no working set could be retrieved.WizardNewProjectCreationPage.getSelectedWorkingSets()
Return the selected working sets, if any.WorkingSetConfigurationBlock.getSelectedWorkingSets()
Return the currently selected working sets.WorkingSetGroup.getSelectedWorkingSets()
Return the working sets selected by the containedWorkingSetConfigurationBlock
.IWorkingSetEditWizard.getSelection()
Returns the working set edited in the wizard.IWorkingSetNewWizard.getSelection()
Returns the new working set.IWorkingSetPage.getSelection()
Returns the working set edited or created on the page after the wizard has closed.IWorkingSetSelectionDialog.getSelection()
Returns the working sets selected in the dialog ornull
if the dialog was canceled.Modifier and TypeMethodDescriptionstatic IWorkingSet[]
WorkingSetConfigurationBlock.filter
(IWorkingSet[] workingSets, String[] workingSetIds) Filters the given working sets such that the following is true: for each IWorkingSet s in result: s.getId() is element of workingSetIdsvoid
IWorkingSetPage.setSelection
(IWorkingSet workingSet) Sets the working set edited on the page.void
IWorkingSetSelectionDialog.setSelection
(IWorkingSet[] workingSets) Sets the working sets that are initially selected in the dialog.void
WorkingSetConfigurationBlock.setWorkingSets
(IWorkingSet... workingSets) Set the current selection of working sets. -
Uses of IWorkingSet in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Abstract baseclass for IWorkingSet implementations.class
class
A working set holds a number of IAdaptable elements.Modifier and TypeMethodDescriptionAbstractWorkingSetManager.createAggregateWorkingSet
(String name, String label, IWorkingSet[] components) AbstractWorkingSetManager.createWorkingSet
(String name, IAdaptable[] elements) AbstractWorkingSetManager.createWorkingSet
(IMemento memento) WorkbenchPage.getAggregateWorkingSet()
AbstractWorkingSetManager.getAllWorkingSets()
AggregateWorkingSet.getComponents()
Return the component working sets.AbstractWorkingSetManager.getRecentWorkingSets()
AbstractWorkingSetManager.getWorkingSet
(String name) WorkbenchPage.getWorkingSet()
Deprecated.individual views should store a working set if neededAbstractWorkingSetManager.getWorkingSets()
WorkbenchPage.getWorkingSets()
protected IWorkingSet
AbstractWorkingSetManager.restoreWorkingSet
(IMemento memento) Recreates a working set from the persistence store.Modifier and TypeMethodDescriptionvoid
LocalWorkingSetManager.addRecentWorkingSet
(IWorkingSet workingSet) Adds a working set to the top of the list of most recently used working sets, making it the most recently used working set.void
WorkingSetManager.addRecentWorkingSet
(IWorkingSet workingSet) void
AbstractWorkingSetManager.addToWorkingSets
(IAdaptable element, IWorkingSet[] workingSets) void
AbstractWorkingSetManager.addWorkingSet
(IWorkingSet workingSet) void
WorkingSetManager.addWorkingSet
(IWorkingSet workingSet) int
WorkingSetComparator.compare
(IWorkingSet o1, IWorkingSet o2) Implements Comparator.AbstractWorkingSetManager.createAggregateWorkingSet
(String name, String label, IWorkingSet[] components) AbstractWorkingSetManager.createWorkingSetEditWizard
(IWorkingSet workingSet) protected void
AbstractWorkingSetManager.internalAddRecentWorkingSet
(IWorkingSet workingSet) Adds the specified working set to the list of recently used working sets.protected boolean
AbstractWorkingSetManager.internalRemoveWorkingSet
(IWorkingSet workingSet) void
LocalWorkingSetManager.removeWorkingSet
(IWorkingSet workingSet) Removes the working setvoid
WorkingSetManager.removeWorkingSet
(IWorkingSet workingSet) void
WorkbenchPage.setWorkingSet
(IWorkingSet newWorkingSet) Deprecated.individual views should store a working set if neededvoid
WorkbenchPage.setWorkingSets
(IWorkingSet[] newWorkingSets) void
AbstractWorkingSetManager.workingSetChanged
(IWorkingSet changedWorkingSet, String propertyChangeId, Object oldValue) Fires a property change event for the changed working set.void
WorkingSetManager.workingSetChanged
(IWorkingSet changedWorkingSet, String propertyChangeId, Object oldValue) Persists all working sets and fires a property change event for the changed working set.ModifierConstructorDescriptionAggregateWorkingSet
(String name, String label, IWorkingSet[] components) WorkingSetMenuContributionItem
(int id, WorkingSetFilterActionGroup actionGroup, IWorkingSet workingSet) Creates a new instance of the receiver. -
Uses of IWorkingSet in org.eclipse.ui.views.markers.internal