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"

Line 10: Line 10:
 
| source = http://git.eclipse.org/c/platform/eclipse.platform.ui.git/
 
| source = http://git.eclipse.org/c/platform/eclipse.platform.ui.git/
 
}}
 
}}
Platform UI consists of several components, which provide the basic building blocks for user interfaces built with Eclipse. Some of these can be reused in arbitrary applications, while others are specific to the Eclipse IDE.
 
  
Two of the Platform UI components form the [[Rich Client Platform]] UI. These are [[JFace]] and the [[Workbench]]. JFace and the Workbench can be used to build arbitrary applications, not just the Eclipse IDE. The Eclipse IDE is just one instance of an RCP application, but it demonstrates the power and extensibility achievable by RCP applications.
+
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 also provides the IDE application plug-in, which instantiates and configures the Generic Workbench to form the IDE Workbench, on top of which lies the rest of the Eclipse IDE Platform and the Eclipse SDK (including the Java Development Tools and Plug-in Development Environment). Unlike the Generic Workbench, the IDE application plug-in is intended only for use in the IDE Platform, and is not designed as a reusable component for use in other RCP applications.
+
* [[Rich Client Platform|RCP]]
 
+
* [[JFace]]
Platform UI does, however, provide some other components that can be reused in other RCP applications. These are:
+
* [[Workbench]]
 
+
* the Outline and Properties views
+
* the Console view (owned by [[Debug]])
+
* the Welcome Page / Intro support, with guided assistance (owned by [[User Assistance]])
+
* Cheat Sheets, which guide the user through a long-running, multi-step task (owned by [[User Assistance]])
+
 
* [[Common Navigator Framework]] and default instance ("Project Explorer")
 
* [[Common Navigator Framework]] and default instance ("Project Explorer")
* [[Platform Text]] generic support for text editors and annotations
 
 
For more details on the Rich Client Platform and other components available for use in RCP applications, see the [[Rich Client Platform|RCP Home Page]] and the [[RCP FAQ]].
 
  
Links of general interest:
+
== 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|Platform UI 4.2 Plan]] shows our 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.
 
* [[Platform UI/New Extension Point]] contains some hints and tips for those developing new extension points for the workbench.
 
* [[Platform UI/ResourceNavigator]] ResourceNavigator end of life plan.
 
* [[Platform UI/ResourceNavigator]] ResourceNavigator end of life plan.

Revision as of 18:34, 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.

What's New

Copyright © Eclipse Foundation, Inc. All Rights Reserved.