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 anActionGroup
factory which will be used by the Search view to create anActionGroup
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ActionGroup
createActionGroup(ISearchResultView searchView)
Deprecated.Creates anActionGroup
for a Search view.
-
-
-
Method Detail
-
createActionGroup
ActionGroup createActionGroup(ISearchResultView searchView)
Deprecated.Creates anActionGroup
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
-
-