org.sonar.gwt.ui
Class SourcePanel.Row

java.lang.Object
  extended by org.sonar.gwt.ui.SourcePanel.Row
Enclosing class:
SourcePanel

public static class SourcePanel.Row
extends Object


Field Summary
protected  String column1
           
protected  String column2
           
protected  String column3
           
protected  String column4
           
 
Constructor Summary
SourcePanel.Row()
           
SourcePanel.Row(int lineIndex, String source)
           
SourcePanel.Row(String column1, String column2, String column3)
           
SourcePanel.Row(String column1, String column2, String column3, String column4)
           
 
Method Summary
 String getColumn1()
           
 String getColumn2()
           
 String getColumn3()
           
 String getColumn4()
           
 void setColumn1(String column1)
           
 void setColumn2(String column2)
           
 void setColumn3(String column3)
           
 void setColumn4(String column4)
           
 SourcePanel.Row setLineIndex(int index, String style)
           
 SourcePanel.Row setSource(String source, String style)
           
 SourcePanel.Row setValue(String value, String style)
           
 SourcePanel.Row setValue2(String value, String style)
           
 SourcePanel.Row unsetValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column1

protected String column1

column2

protected String column2

column3

protected String column3

column4

protected String column4
Constructor Detail

SourcePanel.Row

public SourcePanel.Row(String column1,
                       String column2,
                       String column3)

SourcePanel.Row

public SourcePanel.Row(String column1,
                       String column2,
                       String column3,
                       String column4)

SourcePanel.Row

public SourcePanel.Row(int lineIndex,
                       String source)

SourcePanel.Row

public SourcePanel.Row()
Method Detail

setLineIndex

public SourcePanel.Row setLineIndex(int index,
                                    String style)

setValue

public SourcePanel.Row setValue(String value,
                                String style)

setValue2

public SourcePanel.Row setValue2(String value,
                                 String style)

unsetValue

public SourcePanel.Row unsetValue()

setSource

public SourcePanel.Row setSource(String source,
                                 String style)

getColumn1

public String getColumn1()

setColumn1

public void setColumn1(String column1)

getColumn2

public String getColumn2()

setColumn2

public void setColumn2(String column2)

getColumn3

public String getColumn3()

setColumn3

public void setColumn3(String column3)

getColumn4

public String getColumn4()

setColumn4

public void setColumn4(String column4)


Copyright © 2009-2010 SonarSource. All Rights Reserved.