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 ICommonContentProvider

All Superinterfaces:
IContentProvider, IMementoAware, IStructuredContentProvider, ITreeContentProvider
All Known Subinterfaces:
IPipelinedTreeContentProvider
All Known Implementing Classes:
AbstractSynchronizationContentProvider, SynchronizationContentProvider

public interface ICommonContentProvider
extends ITreeContentProvider, IMementoAware

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 implement this interface if they require the methods defined here. ITreeContentProvider is respected by the Common Navigator.

Since:
3.2

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

init

void init(
ICommonContentExtensionSite aConfig)
Initialize the content provider with the given configuration.

Parameters:
aConfig - The extension site provides information that some extensions will find useful to configure themselves properly in a particular viewer.
See Also:
ICommonLabelProvider

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