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.navigator
Interface ICommonActionExtensionSite


public interface ICommonActionExtensionSite

Provides access to information required for the initialization of CommonActionProviders.

See the documentation of the org.eclipse.ui.navigator.navigatorContent extension point and CommonActionProvider for more information on contributing actions.

Since:
3.2
See Also:
CommonActionProvider
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  INavigatorContentService getContentService ()
           
  String getExtensionId ()
           
  IExtensionStateModel getExtensionStateModel ()
          By default, the extension state model returned is for the associated content extension (if this is NOT a top-level action provider).
  String getPluginId ()
           
  StructuredViewer getStructuredViewer ()
           
  ICommonViewerSite getViewSite ()
           
 

Method Detail

getExtensionStateModel


IExtensionStateModel getExtensionStateModel()
By default, the extension state model returned is for the associated content extension (if this is NOT a top-level action provider). Otherwise, clients may use INavigatorContentService.findStateModel(String) to locate the state model of another content extension.

Returns:
The extension state model of the associated Content Extension (if any) or a state model specifically for this ICommonActionProvider.
See Also:
IExtensionStateModel

getExtensionId


String getExtensionId()
Returns:
The unique identifier of the associated content extension or the top-level Common Action Provider.

getPluginId


String getPluginId()
Returns:
The id of the associated plugin for the Common Action Provider.
Since:
3.4

getContentService


INavigatorContentService getContentService()
Returns:
The associated content service for the instantiated Common Action Provider.

getStructuredViewer


StructuredViewer getStructuredViewer()
Returns:
The associated structured viewer for the instantiated Common Action Provider.

getViewSite


ICommonViewerSite getViewSite()
Returns:
The ICommonViewerSite from the CommonViewer.

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