Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Common Navigator Framework"

m
(Add notice about migration to Github)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Platform UI}}
+
{{Warning|This page has been migrated to https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Common_Navigator_Framework.md}}
 +
 
 
The Common Navigator Framework (CNF) is designed to help you integrate document models into a navigator experience, integrate content that isn't specific to the workbench, allow you to absorb other content seamlessly (in particular resource and Java(tm) models), and mitigate your expense in time and effort to absorb incremental enhancements from release to release from layers beneath you.  
 
The Common Navigator Framework (CNF) is designed to help you integrate document models into a navigator experience, integrate content that isn't specific to the workbench, allow you to absorb other content seamlessly (in particular resource and Java(tm) models), and mitigate your expense in time and effort to absorb incremental enhancements from release to release from layers beneath you.  
  
Line 6: Line 7:
 
To begin using the CNF, developers should consult the schema and API documentation in the Platform Help (Window > Help > Platform Developer's Guide > Reference > Schema + API).  
 
To begin using the CNF, developers should consult the schema and API documentation in the Platform Help (Window > Help > Platform Developer's Guide > Reference > Schema + API).  
  
A [http://www.eclipsecon.org/2006/Sub.do?id=260 presentation] was given on the CNF at EclipseCon 2006.  
+
Also have a look at the following resources for the CNF:
 +
 
 +
* [http://scribbledideas.blogspot.com/ Michael Elder's CNF Tutorials]
 +
 
 +
 
 +
We are interested in your [[Common Navigator Framework Use Cases]].
 +
 
 +
 
 +
 
  
There are also some [http://scribbledideas.blogspot.com/ tutorials] being developed with user feedback that will eventually be integrated into the wiki.
 
 
[[Category:Platform UI]]
 
[[Category:Platform UI]]

Latest revision as of 05:03, 1 February 2024


The Common Navigator Framework (CNF) is designed to help you integrate document models into a navigator experience, integrate content that isn't specific to the workbench, allow you to absorb other content seamlessly (in particular resource and Java(tm) models), and mitigate your expense in time and effort to absorb incremental enhancements from release to release from layers beneath you.

The CNF began as a product solution for a general problem in IBM Rational Application Developer v6.0, and has been contributed to the open source Eclipse Platform in 3.2 to allow the community to better integrate their navigational viewers and provide a more cohesive user experience across software layers and products.

To begin using the CNF, developers should consult the schema and API documentation in the Platform Help (Window > Help > Platform Developer's Guide > Reference > Schema + API).

Also have a look at the following resources for the CNF:


We are interested in your Common Navigator Framework Use Cases.

Back to the top