junit.swingui
Class StatusLine
JTextField
|
+--junit.swingui.StatusLine
- public class StatusLine
- extends JTextField
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
public static final Font PLAIN_FONT
- References to the field:
- junit/swingui/StatusLine.java 25
- junit/swingui/TestRunner.java 46
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
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