org.vectomatic.svg.samples.client.parser
Class ParserSample
java.lang.Object
org.vectomatic.svg.samples.client.SampleBase
org.vectomatic.svg.samples.client.parser.ParserSample
public class ParserSample
- extends SampleBase
Class to demonstrate the parsing of SVG files
- Author:
- laaglu
Method Summary |
void |
documentListBoxChange(com.google.gwt.event.dom.client.ChangeEvent event)
|
com.google.gwt.user.client.ui.TabLayoutPanel |
getPanel()
Instantiates the tab panel which contains the sample |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainBundle
@UiField(provided=true)
public static Main.MainBundle mainBundle
ParserSample
public ParserSample()
getPanel
public com.google.gwt.user.client.ui.TabLayoutPanel getPanel()
- Description copied from class:
SampleBase
- Instantiates the tab panel which contains the sample
- Specified by:
getPanel
in class SampleBase
- Returns:
documentListBoxChange
@UiHandler(value="documentListBox")
public void documentListBoxChange(com.google.gwt.event.dom.client.ChangeEvent event)
Copyright © 2011. All Rights Reserved.