org.vectomatic.client.rep
Class RepApplication

java.lang.Object
  extended by 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


Field Summary
 UIConstants _constants
           
 UIImageBundle _icons
           
 UIMessages _messages
           
static RepApplication app
           
 com.google.gwt.user.client.ui.TextArea debugArea
           
 
Constructor Summary
RepApplication()
           
 
Method Summary
 void debugPrint(String s)
           
 ClipBoard getClipboard()
           
 UIConstants getConstants()
           
 StyleController getFillStyleController()
           
 CommandHistory getHistory()
           
 UIImageBundle getIcons()
           
 StyleController getLineStyleController()
           
 LineWidthController getLineWidthController()
           
 UIMessages getMessages()
           
 DrawingModel getModel()
           
 PaletteList getPalettes()
           
 ShapeSelection getSelection()
           
 MouseControllerSelector getSelector()
           
 DrawingView getView()
           
 void onBrowserEvent(com.google.gwt.user.client.Event event)
           
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RepApplication

public RepApplication()
Method Detail

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.