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 ICommonContentExtensionSite


public interface ICommonContentExtensionSite

Provides initialization data for a content extension. Supplied in the init() methods of various interfaces allowed by the framework.

Since:
3.2
See Also:
ICommonLabelProvider, ICommonContentProvider
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  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.
  INavigatorContentService getService ()
           
 

Method Detail

getExtensionStateModel


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. Clients may use this state model to drive values from actions that will cause label or content providers to change their behavior.

Returns:
The state model associated with this logical extension.

getMemento


IMemento getMemento()
Advanced extensions may expose user-customizeable properties that affect the structure or behavior of the extension. Clients may use the given memento to restore or persist these settings between sessions.

Returns:
A memento which can be used to restore or persist settings between workbench sessions.

getExtension


INavigatorContentExtension getExtension()
Returns:
The extension instance. Clients may use their extension instance to get access to other components defined by the logical extension.

getService


INavigatorContentService getService()
Returns:
The content service associated with this extension site.
Since:
3.3

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