org.vectomatic.client.rep
Class RepApplication
java.lang.Object
org.vectomatic.client.rep.RepApplication
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.EventListener
public class RepApplication
- extends Object
- implements com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.EventListener
Application root class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
app
public static RepApplication app
_constants
public UIConstants _constants
_messages
public UIMessages _messages
_icons
public UIImageBundle _icons
debugArea
public com.google.gwt.user.client.ui.TextArea debugArea
RepApplication
public RepApplication()
debugPrint
public void debugPrint(String s)
getHistory
public CommandHistory getHistory()
getModel
public DrawingModel getModel()
getSelection
public ShapeSelection getSelection()
getClipboard
public ClipBoard getClipboard()
getView
public DrawingView getView()
getPalettes
public PaletteList getPalettes()
getSelector
public MouseControllerSelector getSelector()
getConstants
public UIConstants getConstants()
getMessages
public UIMessages getMessages()
getIcons
public UIImageBundle getIcons()
getLineStyleController
public StyleController getLineStyleController()
getFillStyleController
public StyleController getFillStyleController()
getLineWidthController
public LineWidthController getLineWidthController()
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
onBrowserEvent
public void onBrowserEvent(com.google.gwt.user.client.Event event)
- Specified by:
onBrowserEvent
in interface com.google.gwt.user.client.EventListener
Copyright © 2010. All Rights Reserved.