Package org.eclipse.search.ui
Interface IActionGroupFactory
-
@Deprecated public interface IActionGroupFactory
Deprecated.Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage), leaving it up to the page how to create actions.Allows to specify anActionGroupfactory which will be used by the Search view to create anActionGroupwhich 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ActionGroupcreateActionGroup(ISearchResultView searchView)Deprecated.Creates anActionGroupfor a Search view.
-
-
-
Method Detail
-
createActionGroup
ActionGroup createActionGroup(ISearchResultView searchView)
Deprecated.Creates anActionGroupfor a Search view.- Parameters:
searchView- the search result view for which the group is made- Returns:
- an
ActionGroupfor a Search view - See Also:
ActionGroup
-
-