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 "Platform UI"

(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
}}
 
}}
  
Platform UI consists of many components.  They provide the basic building blocks for user interfaces built with Eclipse.  Some of these can be reused in arbitrary applications (Rich Client Platform), while others are specific to the Eclipse IDE.
+
Platform UI consists of many components.  They provide the basic building blocks for user interfaces built with Eclipse.  Some of these can be reused in arbitrary applications ([[Rich Client Platform]]), while others are specific to the Eclipse IDE.
  
* [[Rich Client Platform|RCP]]
+
== Components ==
* [[JFace]]
+
 
* [[Workbench]]
+
* [[Eclipse4|Eclipse 4]] - Integrating work from the e4 incubator into the Eclipse platform
* [[Common Navigator Framework]] and default instance ("Project Explorer")
+
* [[Rich Client Platform|RCP]] - Packages UI components for use in non-IDE applications
 +
* [[Workbench]] - Provides UI structure
 +
* [[JFace]] - A UI tooklit with SWT based views
 +
* [[Common Navigator Framework]] - Assists with UI navigation of content
 +
* [[Platform_UI/Accessibility_Features|Accessibility]] - Guidelines and support for UI accessibility
  
 
== What's New ==
 
== What's New ==
* [[Platform_UI/Plan/4.2|Platform UI 4.2 Plan]] shows our milestone-level plan for the 4.2 release.
+
* [[Platform_UI/Plan/4.2|4.2 Plan]] - Milestone-level plan for the 4.2 release.
* [[Platform UI/New Extension Point]] contains some hints and tips for those developing new extension points for the workbench.
+
* [[Eclipse4/API|Eclipse 4 APIs]] - Developing Eclipse 4 APIs for the Kepler release
* [[Platform UI/ResourceNavigator]] ResourceNavigator end of life plan.
+

Revision as of 18:47, 7 March 2013

Template:Platform UI

Platform UI
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Platform UI consists of many components. They provide the basic building blocks for user interfaces built with Eclipse. Some of these can be reused in arbitrary applications (Rich Client Platform), while others are specific to the Eclipse IDE.

Components

  • Eclipse 4 - Integrating work from the e4 incubator into the Eclipse platform
  • RCP - Packages UI components for use in non-IDE applications
  • Workbench - Provides UI structure
  • JFace - A UI tooklit with SWT based views
  • Common Navigator Framework - Assists with UI navigation of content
  • Accessibility - Guidelines and support for UI accessibility

What's New

  • 4.2 Plan - Milestone-level plan for the 4.2 release.
  • Eclipse 4 APIs - Developing Eclipse 4 APIs for the Kepler release

Copyright © Eclipse Foundation, Inc. All Rights Reserved.