public class SvgrealApp extends Object implements com.google.gwt.core.client.EntryPoint, HasActivateWindowHandlers, HasDeactivateWindowHandlers
Constructor and Description |
---|
SvgrealApp() |
Modifier and Type | Method and Description |
---|---|
void |
about() |
com.google.gwt.event.shared.HandlerRegistration |
addActivateWindowHandler(ActivateWindowHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addDeactivateWindowHandler(DeactivateWindowHandler handler) |
SVGWindow |
addWindow(org.vectomatic.dom.svg.OMSVGSVGElement svg,
ILoadRequest request) |
void |
closeWindow(SVGWindow window) |
protected void |
exportAsSvg() |
void |
fireEvent(com.google.gwt.event.shared.GwtEvent<?> event) |
SVGModel |
getActiveModel() |
SVGWindow |
getActiveWindow() |
static SvgrealApp |
getApp() |
CommandFactorySelector |
getCommandFactorySelector()
Returns the global command factory selector
|
CommandFactoryToolBar |
getCommandToolBar() |
CssContextModel |
getCssContext() |
com.google.gwt.event.shared.EventBus |
getEventBus()
Returns the application event bus
|
DecoratedImageCache |
getImageCache() |
List<MetaModel<?>> |
getMetaModels() |
static String |
getParameter(String param) |
com.extjs.gxt.ui.client.util.Rectangle |
getRectangle() |
SVGWindow |
getWindow(org.vectomatic.dom.svg.impl.SVGElement element) |
static int |
getWindowBarHeight() |
void |
info(String command,
String message) |
void |
inspector() |
static void |
log(String msg) |
void |
newDocument() |
void |
onModuleLoad() |
void |
openRssFeed() |
void |
openUrl() |
void |
redirect(String language) |
void |
resetView() |
void |
slotWindow(com.extjs.gxt.ui.client.widget.Window window)
Positions a window on the next available graphical "slot"
|
void |
stackWindows() |
void |
tileWindows() |
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void redirect(String language)
public SVGWindow addWindow(org.vectomatic.dom.svg.OMSVGSVGElement svg, ILoadRequest request)
public void newDocument()
public void openUrl()
public void openRssFeed()
protected void exportAsSvg()
public void resetView()
public void tileWindows()
public void stackWindows()
public void slotWindow(com.extjs.gxt.ui.client.widget.Window window)
window
- the window to positionpublic void closeWindow(SVGWindow window)
public SVGWindow getActiveWindow()
public SVGModel getActiveModel()
public SVGWindow getWindow(org.vectomatic.dom.svg.impl.SVGElement element)
public void about()
public com.extjs.gxt.ui.client.util.Rectangle getRectangle()
public static final int getWindowBarHeight()
public static final void log(String msg)
public void inspector()
public CssContextModel getCssContext()
public CommandFactorySelector getCommandFactorySelector()
public com.google.gwt.event.shared.EventBus getEventBus()
public CommandFactoryToolBar getCommandToolBar()
public DecoratedImageCache getImageCache()
public void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
fireEvent
in interface com.google.gwt.event.shared.HasHandlers
public com.google.gwt.event.shared.HandlerRegistration addDeactivateWindowHandler(DeactivateWindowHandler handler)
addDeactivateWindowHandler
in interface HasDeactivateWindowHandlers
public com.google.gwt.event.shared.HandlerRegistration addActivateWindowHandler(ActivateWindowHandler handler)
addActivateWindowHandler
in interface HasActivateWindowHandlers
public static SvgrealApp getApp()
Copyright © 2018. All Rights Reserved.