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="Testing SubItems">

<intro 
	href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
	<description>
This cheat sheet will test subitems.
Let's get started!
	</description>
</intro>

<item
	title="Test SubItems"
	href="/org.eclipse.platform.doc.user/concepts/chelpsys.htm">
	<description>
Try the help link, you should see the concepts for the help system.
	</description>
	<subitem label="sub 1" skip="true"/>
	<subitem label="sub 2" skip="true">
		<action
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 3" skip="false"/>
	<subitem label="sub 4" skip="false">
		<action
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 5"/>
	<subitem label="sub 6">
		<action
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 7">
		<action
			confirm="true"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 8">
		<action
			confirm="false"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 9" skip="true">
		<action
			confirm="true"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 10" skip="true">
		<action
			confirm="false"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
	<subitem label="sub 11" skip="false">
		<action
			confirm="false"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"/>
	</subitem>
	<subitem label="sub 12" skip="false">
		<action
			confirm="true"
			pluginId="org.eclipse.ua.tests"
			class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
	</subitem>
</item>


<item
	title="All done!">
	<description>
Did the test work?
	</description>
</item>

</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.