org.sonar.plugins.core.codecoveragesourceviewer.client
Class GwtCodeCoverageSourceViewer

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
      extended by org.sonar.plugins.core.codecoveragesourceviewer.client.GwtCodeCoverageSourceViewer
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class GwtCodeCoverageSourceViewer
extends AbstractSourceViewer


Nested Class Summary
 class GwtCodeCoverageSourceViewer.LineDecoratorsHandler
           
 
Nested classes/interfaces inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
AbstractSourceViewer.LinesHandler
 
Field Summary
static java.lang.String GWT_ID
           
 
Fields inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
ERROR_STYLE, expandLinkActivation, HTML_ROOT_ID, INFO_STYLE, loadedSource, WARNING_STYLE
 
Constructor Summary
GwtCodeCoverageSourceViewer()
           
 
Method Summary
protected  void exportJavascript()
           
static void exportNativeJavascript(java.lang.Object obj)
           
protected  java.lang.String getGwtId()
           
protected  void requestLineDecorators(java.lang.String sourceKey)
           
protected  boolean showValueColumn()
           
 
Methods inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
getDecorators, isDecoratorsRetrieved, isLinesRetrieved, loadContainer, loadSource, onModuleLoad, refreshLines, requestLines, setDecorators, setDecoratorsRetrieved, setExpandLinkActivation, setLines, setLinesRetrieved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GWT_ID

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

GwtCodeCoverageSourceViewer

public GwtCodeCoverageSourceViewer()
Method Detail

showValueColumn

protected boolean showValueColumn()
Specified by:
showValueColumn in class AbstractSourceViewer

requestLineDecorators

protected void requestLineDecorators(java.lang.String sourceKey)
Specified by:
requestLineDecorators in class AbstractSourceViewer

exportJavascript

protected void exportJavascript()
Specified by:
exportJavascript in class AbstractSourceViewer

getGwtId

protected java.lang.String getGwtId()
Specified by:
getGwtId in class AbstractSourceViewer

exportNativeJavascript

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


Copyright © 2008 SonarSource SA. All Rights Reserved.