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.ui.views.properties.tabbed
Interface IActionProvider


public interface IActionProvider

Allows a tabbed properties view to make contributions to action bars.

An action provider is called when the tabbed properties view becomes the active view. It is at this point where the action provider can override the action bars.

Normally TabbedPropertySheetPage.setActionBars(IActionBars) is sufficient, but this is only called once and is not sufficient for a contributor that is selection based. An example is the Project Explorer where different providers contribute different action sets and properties configurations.

The most frequent use of setActionBars() is to retarget the global actions for undo and redo based on the active tabbed properties view contributor.

Since:
3.2.1

Method Summary
 void setActionBars ( ITabbedPropertySheetPageContributor contributor, IActionBars actionBars)
          Allows the page to make contributions to the given action bars.
 

Method Detail

setActionBars

void setActionBars(
ITabbedPropertySheetPageContributor contributor,
                   
IActionBars actionBars)
Allows the page to make contributions to the given action bars. The contributions will be visible when the page is visible.

Parameters:
contributor - the tabbed property sheet page contributor.
actionBars - the action bars for this page

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