junit.swingui
Class ProgressBar
JPanel
|
+--junit.swingui.ProgressBar
- class ProgressBar
- extends JPanel
boolean fError
- References to the field:
- junit/swingui/ProgressBar.java 22
- junit/swingui/ProgressBar.java 50
- junit/swingui/ProgressBar.java 76
- junit/swingui/ProgressBar.java 77
int fProgress
- References to the field:
- junit/swingui/ProgressBar.java 49
- junit/swingui/ProgressBar.java 62
- junit/swingui/ProgressBar.java 71
- junit/swingui/ProgressBar.java 74
int fProgressX
- References to the field:
- junit/swingui/ProgressBar.java 39
- junit/swingui/ProgressBar.java 48
- junit/swingui/ProgressBar.java 62
- junit/swingui/ProgressBar.java 72
- junit/swingui/ProgressBar.java 74
- junit/swingui/ProgressBar.java 80
int fTotal
- References to the field:
- junit/swingui/ProgressBar.java 55
- junit/swingui/ProgressBar.java 56
- junit/swingui/ProgressBar.java 66
public ProgressBar()
- Call sites to the constructor:
- junit/swingui/TestRunner.java 394
getStatusColor
private Color getStatusColor()
- Call sites to the method:
- junit/swingui/ProgressBar.java 38
paintBackground
public void paintBackground(Graphics g)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/ProgressBar.java 33
- Locals in the method:
- g Line 28, Line 29
paintComponent
public void paintComponent(Graphics g)
- Locals in the method:
- g Line 33, Line 34
paintStatus
public void paintStatus(Graphics g)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/ProgressBar.java 34
- Locals in the method:
- g Line 38, Line 40
- r Line 40, Line 40
paintStep
private void paintStep(int startX, int endX)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/ProgressBar.java 80
- Locals in the method:
- endX Line 44
- startX Line 44, Line 44
reset
public void reset()
- Call sites to the method:
- junit/swingui/ProgressBar.java 67
- junit/swingui/TestRunner.java 584
scale
public int scale(int value)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/ProgressBar.java 62
- junit/swingui/ProgressBar.java 74
- Locals in the method:
- value Line 56, Line 57
setBounds
public void setBounds(int x, int y, int w, int h)
- Locals in the method:
- y Line 61
- w Line 61
- h Line 61
- x Line 61
start
public void start(int total)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 748
- Locals in the method:
- total Line 66
step
public void step(boolean successful)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 103
- Locals in the method:
- successful Line 76
- x Line 78, Line 80