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"

m (Spelling)
(19 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{Platform UI}}
 
{{Platform UI}}
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.
+
{{Infobox
 +
| name = Platform UI
 +
| download = http://download.eclipse.org/eclipse/downloads/
 +
| website = http://projects.eclipse.org/projects/eclipse.platform.ui
 +
| newsgroup = eclipse.platform
 +
| list = platform-ui-dev
 +
| product = Platform
 +
| component = UI
 +
| source = http://git.eclipse.org/c/platform/eclipse.platform.ui.git/
 +
}}
  
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.
+
The Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). The Eclipse IDE is just one instance of an RCP application, but it demonstrates the power and extensibility achievable by RCP applications.
  
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.
+
== Components ==
  
Platform UI does, however, provide some other components that can be reused in other RCP applications. These are:
+
* [[Eclipse4|Eclipse 4]] - Integrating work from the e4 incubator into the Eclipse platform
 
+
* [[Rich Client Platform|RCP]] - Packages UI components for use in non-IDE applications
* the Outline and Properties views
+
* [[Workbench]] - Provides UI structure
* the Console view
+
* [[JFace]] - A UI tooklit with SWT based views
* the Welcome Page / Intro support, with guided assistance
+
* [[Common Navigator Framework]] - Assists with UI navigation of content
* Cheat Sheets, which guide the user through a long-running, multi-step task
+
* [[Platform_UI/Accessibility_Features|Accessibility]] - Guidelines and support for UI accessibility
* [[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]].
+
 
+
The [[Platform UI Design Discussion]] page has some brainstorming about work to do in the next release.
+
 
+
The [[Platform UI Incubator]] page has information on experimental workbench content, extensions, revisions, and tools.
+
 
+
The [[Platform UI Bugs]] page has instructions on how new Platform UI bugs should be handled.
+
 
+
The [[Platform UI/Development Process]] page explains our development process, i.e. how we work with Bugzilla and CVS, how to get changes into an integration build, what to do in a milestone week, etc.
+
 
+
The [[Platform UI Cycle]] page contains the breakdown of triage and build responsibilities for the 3.5 release cycle.
+
 
+
The [[Platform UI/Build Submission]] page contains steps on how to do a build submission.
+
 
+
The [[Platform UI/Testing]] page contains the test responsibilities for the next milestone.
+
 
+
The [[Platform UI/New Extension Point]] page contains some hints and tips for those developing new extension points for the workbench.
+
 
+
Accessibility
+
* [[Platform UI/Accessibility Features]]
+
* [[Platform Accessibility Testing]]
+
* [[Platform Accessibility Status]]
+
 
+
<googlecalendar width="100%" height="300" mode="AGENDA" title="Platform UI Calendar">k2p11l83aoci65qpf9jgpf3j5c%40group.calendar.google.com</googlecalendar>
+
This calendar is available in the following formats:<br>
+
[[Image:Ical.gif]][http://www.google.com/calendar/ical/k2p11l83aoci65qpf9jgpf3j5c%40group.calendar.google.com/public/basic.ics iCal],[[Image:Xml.gif]][http://www.google.com/calendar/feeds/k2p11l83aoci65qpf9jgpf3j5c%40group.calendar.google.com/public/basic ATOM News Feed],[[Image:Html.gif]][http://www.google.com/calendar/embed?src=k2p11l83aoci65qpf9jgpf3j5c%40group.calendar.google.com&ctz=Canada/Toronto HTML]
+
 
+
 
+
[[Category:Platform UI]][[Category:Eclipse Project]]
+

Revision as of 01:10, 14 October 2015

Template:Platform UI

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

The Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). The Eclipse IDE is just one instance of an RCP application, but it demonstrates the power and extensibility achievable by RCP applications.

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

Back to the top