Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Rich Client Platform/Browser Example"

m (CVS URL was broken)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{RCP}}
 
{{RCP}}
The RCP Browser Example is an example of a simple [[Rich Client Platform]] application.
+
The RCP Browser Example was an example of a simple [[Rich Client Platform]] application writing with Eclipse 3.x API.
  
Here is a [http://eclipse.org/rcp/examples/browser/browser.jpg screen shot].
+
{{note|Retired example| As the source code was outdated, it was retired. If you want to see the old code, you find a copy of it below. }}
  
To load the browser example source into your workspace, load project [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.ui.examples.rcp.browser/ org.eclipse.ui.examples.rcp.browser] from the Eclipse CVS repository.
+
The source for this may now be found at https://github.com/vogella/eclipse.platform.ui/tree/master/examples/org.eclipse.ui.examples.rcp.browser.
Click [http://dev.eclipse.org/cvshowto.html here] for instructions on using CVS with Eclipse.
+
 
+
For instructions on running the example, see the [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser/readme.html readme file].
+
[[Category:RCP]]
+

Latest revision as of 14:01, 22 November 2016

RCP
Home
How to Contribute
FAQ

The RCP Browser Example was an example of a simple Rich Client Platform application writing with Eclipse 3.x API.

Note.png
Retired example
As the source code was outdated, it was retired. If you want to see the old code, you find a copy of it below.


The source for this may now be found at https://github.com/vogella/eclipse.platform.ui/tree/master/examples/org.eclipse.ui.examples.rcp.browser.

Back to the top