Eclipse Platform
Release 3.1

org.eclipse.search.ui
Interface IActionGroupFactory


Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage), leaving it up to the page how to create actions.

public interface IActionGroupFactory

Allows to specify an ActionGroup factory which will be used by the Search view to create an ActionGroup which is used to build the actions bars and the context menu.

Note: Local tool bar contributions are not supported in 2.0.

Clients can implement this interface and pass an instance to the search result view.

Since:
2.0
See Also:
ActionGroup, ISearchResultView.searchStarted(IActionGroupFactory, String, String, ImageDescriptor, String, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress)

Method Summary
 ActionGroup createActionGroup(ISearchResultView searchView)
          Deprecated. Creates an ActionGroup for a Search view.
 

Method Detail

createActionGroup

public ActionGroup createActionGroup(ISearchResultView searchView)
Deprecated. 
Creates an ActionGroup for a Search view.

Parameters:
searchView - the search result view for which the group is made
Returns:
an ActionGroup for a Search view
See Also:
ActionGroup

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.