org.vectomatic.svg.edit.client
Class VectomaticApp2

java.lang.Object
  extended by org.vectomatic.svg.edit.client.VectomaticApp2
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class VectomaticApp2
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Application main class.

Author:
laaglu

Constructor Summary
VectomaticApp2()
           
 
Method Summary
 void about()
           
 SVGWindow addWindow(org.vectomatic.dom.svg.OMSVGSVGElement svg, java.lang.String title)
           
 void closeWindow(SVGWindow window)
           
 com.extjs.gxt.ui.client.util.Rectangle getRectangle()
           
static int getWindowBarHeight()
           
 void info(java.lang.String command, java.lang.String message)
           
 void load(java.lang.String url)
           
 void onModuleLoad()
           
 void openRecent(java.lang.String url)
           
 void openRssFeed()
           
 void openUrl()
           
 void resetView()
           
 void stackWindows()
           
 void tileWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectomaticApp2

public VectomaticApp2()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

addWindow

public SVGWindow addWindow(org.vectomatic.dom.svg.OMSVGSVGElement svg,
                           java.lang.String title)

openUrl

public void openUrl()

info

public void info(java.lang.String command,
                 java.lang.String message)

load

public void load(java.lang.String url)

openRecent

public void openRecent(java.lang.String url)

openRssFeed

public void openRssFeed()

resetView

public void resetView()

tileWindows

public void tileWindows()

stackWindows

public void stackWindows()

closeWindow

public void closeWindow(SVGWindow window)

about

public void about()

getRectangle

public com.extjs.gxt.ui.client.util.Rectangle getRectangle()

getWindowBarHeight

public static final int getWindowBarHeight()


Copyright © 2010. All Rights Reserved.