Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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


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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire