Eclipse Platform
2.0

org.eclipse.search.ui
Interface IActionGroupFactory


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(org.eclipse.search.ui.IActionGroupFactory, java.lang.String, java.lang.String, org.eclipse.jface.resource.ImageDescriptor, java.lang.String, org.eclipse.jface.viewers.ILabelProvider, org.eclipse.jface.action.IAction, org.eclipse.search.ui.IGroupByKeyComputer, org.eclipse.jface.operation.IRunnableWithProgress)

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

Method Detail

createActionGroup

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

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

Eclipse Platform
2.0

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