|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows extensions to vary their behavior based on properties in the extension model and the given memento. The state model should be initialized from values in the memento if necessary.
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.
Method Summary | |
---|---|
void |
init(ICommonContentExtensionSite aConfig)
Initialize the content provider with the given configuration. |
Methods inherited from interface org.eclipse.jface.viewers.ITreeContentProvider |
---|
getChildren, getParent, hasChildren |
Methods inherited from interface org.eclipse.jface.viewers.IStructuredContentProvider |
---|
getElements |
Methods inherited from interface org.eclipse.jface.viewers.IContentProvider |
---|
dispose, inputChanged |
Methods inherited from interface org.eclipse.ui.navigator.IMementoAware |
---|
restoreState, saveState |
Method Detail |
public 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
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.