org.sonar.plugins.core.resourceviewer.client
Class GwtResourceViewer

java.lang.Object
  extended by org.sonar.plugins.core.resourceviewer.client.GwtResourceViewer
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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


Nested Class Summary
 class GwtResourceViewer.HeaderHandler
           
 
Field Summary
static java.lang.String GWT_ID
           
static java.lang.String HTML_ROOT_ID
           
protected static java.lang.String METRIC_KEYS
           
protected static java.lang.String METRIC_LABELS
           
 
Constructor Summary
GwtResourceViewer()
           
 
Method Summary
protected  void exportJavascript()
           
static void exportNativeJavascript(java.lang.Object obj)
           
protected  void loadContainer()
           
protected  void loadSource()
           
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_ROOT_ID

public static final java.lang.String HTML_ROOT_ID
See Also:
Constant Field Values

GWT_ID

public static final java.lang.String GWT_ID
See Also:
Constant Field Values

METRIC_KEYS

protected static final java.lang.String METRIC_KEYS
See Also:
Constant Field Values

METRIC_LABELS

protected static final java.lang.String METRIC_LABELS
See Also:
Constant Field Values
Constructor Detail

GwtResourceViewer

public GwtResourceViewer()
Method Detail

onModuleLoad

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

loadContainer

protected void loadContainer()

loadSource

protected void loadSource()

exportJavascript

protected void exportJavascript()

exportNativeJavascript

public static void exportNativeJavascript(java.lang.Object obj)


Copyright © 2008 SonarSource SA. All Rights Reserved.