junit.swingui
Class StatusLine

JTextField
   |
   +--junit.swingui.StatusLine

public class StatusLine
extends JTextField

Field Summary
public static final BOLD_FONT
          
public static final PLAIN_FONT
          
Constructor Summary
StatusLine(int preferredWidth)
           
 
Method Summary
public voidclear()
          
public voidshowError(String status)
          
public voidshowInfo(String message)
          
Field Detail

BOLD_FONT

public static final Font BOLD_FONT
References to the field:
junit/swingui/CounterPanel.java 33
junit/swingui/StatusLine.java 16
junit/swingui/StatusLine.java 31
junit/swingui/TestRunner.java 47

PLAIN_FONT

public static final Font PLAIN_FONT
References to the field:
junit/swingui/StatusLine.java 25
junit/swingui/TestRunner.java 46
Constructor Detail

StatusLine

public  StatusLine(int preferredWidth)
Click to Locals in the Constructor
Call sites to the constructor:
junit/swingui/TestRunner.java 317
Locals in the constructor:
d: Line 20, Line 21
preferredWidth: Line 20
Method Detail

clear

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

showError

public void showError(String status)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 725

Locals in the method:
status Line 33, Line 34

showInfo

public void showInfo(String message)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestRunner.java 721

Locals in the method:
message Line 27