public interface ICommonActionExtensionSite
See the documentation of the org.eclipse.ui.navigator.navigatorContent
extension point and CommonActionProvider
for more information on
contributing actions.
CommonActionProvider
Modifier and Type | Method and Description |
---|---|
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() |
IExtensionStateModel getExtensionStateModel()
INavigatorContentService.findStateModel(String)
to locate the
state model of another content extension.IExtensionStateModel
String getExtensionId()
String getPluginId()
INavigatorContentService getContentService()
StructuredViewer getStructuredViewer()
ICommonViewerSite getViewSite()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.