alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <cheatsheet
            category="org.eclipse.browser.cheatsheets.category"
            contentFile="cheatsheets/Part_I/view-extension.xml"
            id="org.eclipse.browser.cheatsheets.view"
            name="Part I: Creating the Eclipse Browser Plug-in">
         <description>
            This cheat sheet helps you to create a plug-in that contributes an Eclipse Browser view to the Eclipse SDK.
         </description>
      </cheatsheet>
   </extension>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       <cheatsheet
            category="org.eclipse.browser.cheatsheets.category"
            composite="true"
            contentFile="cheatsheets/Part_II/rcpapp-composite.xml"
            id="org.eclipse.browser.cheatsheets.rcp"
            name="Part II: Creating the Eclipse Browser RCP Application">
          <description>
             This cheat sheet helps you to create a standalone, fully-branded Eclipse Browser rich client application.
          </description>
      </cheatsheet>
   </extension>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <cheatsheet
            category="org.eclipse.browser.cheatsheets.category"
            composite="false"
            contentFile="cheatsheets/Part_III/internationalization.xml"
            id="org.eclipse.browser.cheatsheets.internationalization"
            name="Part III: Internationalizing the Eclipse Browser Plug-in">
         <description>
            This cheat sheet helps you customize the Eclipse Browser plug-in for a specific locale.
         </description>
      </cheatsheet>
   </extension>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <category
            id="org.eclipse.browser.cheatsheets.category"
            name="Fundamentals of Plug-in and RCP Development">
      </category>
   </extension>

</plugin>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.