My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DemoSource  

Featured
Updated Feb 4, 2010 by miroslav...@gmail.com

# Shows how to find the source for any of the packaged demos

Introduction

This page will attempt to help describe and highlight the process involved in mapping one of the interactive demos found in the download under the www directory.

Example locating the Menu Widget source

The demo directory within the download.

www
	rocket.widget.test.menu.Menu

The source for the menu widgets

src
	rocket
		widget
			client
				menu
					Constants
					ContextMenu
					ContextMenuOpenEvent
					HorizontalMenuBar
					HorizontalMenuList
					Menu
					MenuItem
					MenuList
					MenuListener
					MenuListenerCollection
					MenuListOpenDirection
					MenuOpenEvent
					MenuSpacer
					MenuWidget
					SubMenuItem
					VerticalMenuBar
					VerticalMenuList

The source for accompanying test/demo.

Within Eclipse the demo can be easily be found using OpenType (CTRL+SHIFT+T) and typing MenuTest.

src
	rocket
		widget
			test
				menu
					public
						Menu.html
					Menu.gwt.xml
					client
						MenuTest.java
Comment by j...@deaco.fr, Feb 27, 2008

tyjt


Sign in to add a comment
Powered by Google Project Hosting