public interface ICommonContentProvider extends ITreeContentProvider, IMementoAware
Clients should refer to the org.eclipse.ui.navigator.navigatorContent extension point for more information on building a content extension.
Clients may (but are not required to) implement this interface if there is no
cause to do so. ITreeContentProvider
is respected by the Common
Navigator.
Modifier and Type | Method and Description |
---|---|
void |
init(ICommonContentExtensionSite aConfig)
Initialize the content provider with the given configuration.
|
getChildren, getParent, hasChildren
getElements
dispose, inputChanged
restoreState, saveState
void init(ICommonContentExtensionSite aConfig)
aConfig
- The extension site provides information that some extensions
will find useful to configure themselves properly in a
particular viewer.ICommonLabelProvider
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.