ISearchResultPage
), leaving it up to the page
how to create actions.public interface IActionGroupFactory
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.Modifier and Type | Method and Description |
---|---|
ActionGroup |
createActionGroup(ISearchResultView searchView)
Deprecated.
Creates an
ActionGroup for a Search view. |
ActionGroup createActionGroup(ISearchResultView searchView)
ActionGroup
for a Search view.searchView
- the search result view for which the group is madeActionGroup
for a Search viewActionGroup
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.