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
(9 intermediate revisions by 4 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.
+
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.
+
== 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
 +
* [[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
  
* the Outline and Properties views
+
== What's New ==
* the Console view (owned by [[Debug]])
+
* [[Platform_UI/Plan/4.5|4.5 Plan]] - Milestone-level plan for the 4.5 release.
* 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")
+
* [[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:
+
* [[Platform_UI/Plan/3.5|Platform UI 3.5 Plan]] shows our milestone-level plan for the 3.5 release.
+
* [[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.
+
 
+
Links for committers:
+
* [[Platform UI/Testing]] contains the test responsibilities for the next milestone.
+
* [[Platform UI Cycle]] contains the breakdown of triage and build responsibilities for the 3.5 release cycle.
+
* [[Platform UI/Bug Triage]] has instructions on how new Platform UI bugs should be handled.
+
* [[Platform UI/Build Submission]] contains steps on how to do a build submission.
+
* [[Platform UI/Development Process]] 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.
+
* [[Platform UI/Housekeeping]] lists all the things the team does, organized by when and how often (daily/weekly/each milestone...)
+
* [[Platform UI/Performance_Tests]] gives instructions on how to run the automated performance tests.
+
 
+
Random other links:
+
* [[Platform UI Design Discussion]] has some brainstorming about work we could do.
+
* [[Platform UI Incubator]] has information on experimental workbench content, extensions, revisions, and tools.
+
 
+
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 04:03, 17 June 2014

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.5 Plan - Milestone-level plan for the 4.5 release.

Back to the top