junit.swingui
Class CounterPanel

Panel
   |
   +--junit.swingui.CounterPanel

public class CounterPanel
extends Panel

Field Summary
private fNumberOfErrors
          
private fNumberOfFailures
          
private fNumberOfRuns
          
private fTotal
          
Constructor Summary
CounterPanel()
           
 
Method Summary
private StringasString(int value)
          
private JTextFieldcreateOutputField()
          
public voidreset()
          
public voidsetErrorValue(int value)
          
public voidsetFailureValue(int value)
          
private voidsetLabelValue(JTextField label, int value)
          
public voidsetRunValue(int value)
          
public voidsetTotal(int value)
          
Field Detail

fNumberOfErrors

private JTextField fNumberOfErrors
References to the field:
junit/swingui/CounterPanel.java 22
junit/swingui/CounterPanel.java 26
junit/swingui/CounterPanel.java 40
junit/swingui/CounterPanel.java 55

fNumberOfFailures

private JTextField fNumberOfFailures
References to the field:
junit/swingui/CounterPanel.java 23
junit/swingui/CounterPanel.java 27
junit/swingui/CounterPanel.java 41
junit/swingui/CounterPanel.java 59

fNumberOfRuns

private JTextField fNumberOfRuns
References to the field:
junit/swingui/CounterPanel.java 24
junit/swingui/CounterPanel.java 25
junit/swingui/CounterPanel.java 42
junit/swingui/CounterPanel.java 51

fTotal

private int fTotal
References to the field:
junit/swingui/CounterPanel.java 43
junit/swingui/CounterPanel.java 47
junit/swingui/CounterPanel.java 51
Constructor Detail

CounterPanel

public  CounterPanel()
Call sites to the constructor:
junit/swingui/TestRunner.java 170
Method Detail

asString

private String asString(int value)

Locals in the method:
value Line 63

createOutputField

private JTextField createOutputField()
Click to Locals in the Method
Call sites to the method:
junit/swingui/CounterPanel.java 22
junit/swingui/CounterPanel.java 23
junit/swingui/CounterPanel.java 24

Locals in the method:
field Line 32, Line 33, Line 34, Line 35, Line 36

reset

public void reset()
Call sites to the method:
junit/swingui/TestRunner.java 583

setErrorValue

public void setErrorValue(int value)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 70

Locals in the method:
value Line 55

setFailureValue

public void setFailureValue(int value)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 81

Locals in the method:
value Line 59

setLabelValue

private void setLabelValue(JTextField label, int value)
Click to Locals in the Method
Call sites to the method:
junit/swingui/CounterPanel.java 40
junit/swingui/CounterPanel.java 41
junit/swingui/CounterPanel.java 42
junit/swingui/CounterPanel.java 55
junit/swingui/CounterPanel.java 59

Locals in the method:
label Line 67
value Line 67

setRunValue

public void setRunValue(int value)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 102

Locals in the method:
value Line 51

setTotal

public void setTotal(int value)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 749

Locals in the method:
value Line 47