Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IWorkingSet

Packages that use IWorkingSet
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of IWorkingSet in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui that return IWorkingSet
 IWorkingSet[] ISearchPageContainer.getSelectedWorkingSets()
          Returns the selected working sets of this container.
 

Methods in org.eclipse.search.ui with parameters of type IWorkingSet
 void ISearchPageContainer.setSelectedWorkingSets(IWorkingSet[] workingSets)
          Sets the selected working sets of this container.
 

Uses of IWorkingSet in org.eclipse.ui
 

Methods in org.eclipse.ui that return IWorkingSet
 IWorkingSet ResourceWorkingSetFilter.getWorkingSet()
          Returns the active working set the filter is working with.
 IWorkingSet IWorkbenchPage.getWorkingSet()
          Deprecated. individual views should store a working set if needed
 IWorkingSet IWorkingSetManager.createWorkingSet(String name, IAdaptable[] elements)
          Creates a new working set.
 IWorkingSet[] IWorkingSetManager.getRecentWorkingSets()
          Returns the list of most recently used working sets.
 IWorkingSet IWorkingSetManager.getWorkingSet(String name)
          Returns the working set with the specified name.
 IWorkingSet[] IWorkingSetManager.getWorkingSets()
          Returns an array of all working sets stored in the receiver.
 

Methods in org.eclipse.ui with parameters of type IWorkingSet
 void ResourceWorkingSetFilter.setWorkingSet(IWorkingSet workingSet)
          Sets the active working set.
 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.addWorkingSet(IWorkingSet workingSet)
          Adds a working set to the receiver.
 IWorkingSetEditWizard IWorkingSetManager.createWorkingSetEditWizard(IWorkingSet workingSet)
          Creates a working set edit wizard for the specified working set.
 void IWorkingSetManager.removeWorkingSet(IWorkingSet workingSet)
          Removes the working set
 

Uses of IWorkingSet in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions that return IWorkingSet
 IWorkingSet WorkingSetFilterActionGroup.getWorkingSet()
          Returns the working set which is currently selected.
 

Methods in org.eclipse.ui.actions with parameters of type IWorkingSet
 void WorkingSetFilterActionGroup.setWorkingSet(IWorkingSet newWorkingSet)
          Sets the current working set.
 

Uses of IWorkingSet in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return IWorkingSet
 IWorkingSet IWorkingSetPage.getSelection()
          Returns the working set edited or created on the page after the wizard has closed.
 IWorkingSet IWorkingSetEditWizard.getSelection()
          Returns the working set edited in the wizard.
 IWorkingSet[] IWorkingSetSelectionDialog.getSelection()
          Returns the working sets selected in the dialog or null if the dialog was canceled.
 

Methods in org.eclipse.ui.dialogs with parameters of type IWorkingSet
 void 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.
 

Uses of IWorkingSet in org.eclipse.ui.views.navigator
 

Methods in org.eclipse.ui.views.navigator that return IWorkingSet
 IWorkingSet ResourceNavigator.getWorkingSet()
          Returns the working set for this view.
 IWorkingSet IResourceNavigator.getWorkingSet()
          Returns the active working set, or null if none.
 

Methods in org.eclipse.ui.views.navigator with parameters of type IWorkingSet
 void ResourceNavigator.setWorkingSet(IWorkingSet workingSet)
           
 void IResourceNavigator.setWorkingSet(IWorkingSet workingSet)
          Sets the working set for this view, or null to clear it.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.