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" ?>
<cheatsheet
      title="Test Actions">
   <item
         title="Introduction"
         description="Welcome to the Test Actions cheat sheet.
This cheat sheet will test the various setting combinations for actions.
Let's get started!"
         Href="null"
         contextId="null">
      <nullAction/>
      <nullList/>
      <nullPerformWhen/>
      <nullList/>
   </item>
   <list>
      <item
            title="Test 1"
            description="Test with no action."
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 2"
            description="Test with no action and skip=false."
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 3"
            description="Test with no action and skip=true."
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 4"
            description="Test with action."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 5"
            description="Test with action and skip=false."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 6"
            description="Test action and skip=true."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 7"
            description="Test action and confirm=false."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 8"
            description="Test action and confirm=true."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="true">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 9"
            description="Test action, skip=false and confirm=false."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 10"
            description="Test action, skip=true and confirm=false."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="false">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 11"
            description="Test action, skip=false and confirm=true."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="true">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="Test 12"
            description="Test action, skip=true and confirm=true."
            Href="null"
            contextId="null">
         <action
               class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"
               pluginId="org.eclipse.ua.tests"
               when="null"
               isConfirm="true">
            <nullArray/>
         </action>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
      <item
            title="All done!"
            description="Did the test work?"
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
   </list>
</cheatsheet>
... 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.