public interface ICommonContentExtensionSite
init()
methods of various interfaces allowed by the framework.
This interface is not intended to be implemented by clients.
ICommonLabelProvider
,
ICommonContentProvider
Modifier and Type | Method and Description |
---|---|
INavigatorContentExtension |
getExtension() |
IExtensionStateModel |
getExtensionStateModel()
The extension state model allows an extension to isolate all of the
dynamic state information that affects how it presents content or
displays actions.
|
IMemento |
getMemento()
Advanced extensions may expose user-customizeable properties that affect
the structure or behavior of the extension.
|
IExtensionStateModel getExtensionStateModel()
IMemento getMemento()
INavigatorContentExtension getExtension()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.