junit.swingui
Class TestSuitePanel.TestTreeCellRenderer

DefaultTreeCellRenderer
   |
   +--junit.swingui.TestSuitePanel.TestTreeCellRenderer
Enclosing Class:
TestSuitePanel

static class TestSuitePanel.TestTreeCellRenderer
extends DefaultTreeCellRenderer

Field Summary
private fErrorIcon
          
private fFailureIcon
          
private fOkIcon
          
Constructor Summary
TestTreeCellRenderer()
           
 
Method Summary
public ComponentgetTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus)
          
voidloadIcons()
          
StringstripParenthesis(Object o)
          
Field Detail

fErrorIcon

private Icon fErrorIcon
References to the field:
junit/swingui/TestSuitePanel.java 30
junit/swingui/TestSuitePanel.java 58
junit/swingui/TestSuitePanel.java 59

fFailureIcon

private Icon fFailureIcon
References to the field:
junit/swingui/TestSuitePanel.java 32
junit/swingui/TestSuitePanel.java 53
junit/swingui/TestSuitePanel.java 54

fOkIcon

private Icon fOkIcon
References to the field:
junit/swingui/TestSuitePanel.java 31
junit/swingui/TestSuitePanel.java 63
junit/swingui/TestSuitePanel.java 64
Constructor Detail

TestTreeCellRenderer

 TestTreeCellRenderer()
Call sites to the constructor:
junit/swingui/TestSuitePanel.java 134
Method Detail

getTreeCellRendererComponent

public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus)

Locals in the method:
tree Line 46, Line 47
expanded Line 46
row Line 46
model Line 48, Line 49
hasFocus Line 46
leaf Line 46
sel Line 46
value Line 46, Line 50, Line 70
c Line 67, Line 68, Line 71
t Line 52, Line 57, Line 62
s Line 55, Line 60, Line 65, Line 68
testModel Line 52, Line 57, Line 62

loadIcons

void loadIcons()
Call sites to the method:
junit/swingui/TestSuitePanel.java 26

stripParenthesis

String stripParenthesis(Object o)
Click to Locals in the Method
Call sites to the method:
junit/swingui/TestSuitePanel.java 70

Locals in the method:
o Line 36
pos Line 38, Line 40
text Line 37, Line 39, Line 40