junit.swingui
Class FailureRunView.FailureListCellRenderer

DefaultListCellRenderer
   |
   +--junit.swingui.FailureRunView.FailureListCellRenderer
Enclosing Class:
FailureRunView

static class FailureRunView.FailureListCellRenderer
extends DefaultListCellRenderer

Field Summary
private fErrorIcon
          
private fFailureIcon
          
Constructor Summary
FailureListCellRenderer()
           
 
Method Summary
public ComponentgetListCellRendererComponent(JList list, Object value, int modelIndex, boolean isSelected, boolean cellHasFocus)
          
voidloadIcons()
          
Field Detail

fErrorIcon

private Icon fErrorIcon
References to the field:
junit/swingui/FailureRunView.java 31
junit/swingui/FailureRunView.java 48
junit/swingui/FailureRunView.java 49

fFailureIcon

private Icon fFailureIcon
References to the field:
junit/swingui/FailureRunView.java 30
junit/swingui/FailureRunView.java 45
junit/swingui/FailureRunView.java 46
Constructor Detail

FailureListCellRenderer

 FailureListCellRenderer()
Call sites to the constructor:
junit/swingui/FailureRunView.java 68
Method Detail

getListCellRendererComponent

public Component getListCellRendererComponent(JList list, Object value, int modelIndex, boolean isSelected, boolean cellHasFocus)

Locals in the method:
text Line 42, Line 51, Line 52, Line 53
cellHasFocus Line 51
list Line 51
msg Line 41, Line 42
isSelected Line 51
modelIndex Line 51
value Line 38
failure Line 39, Line 40, Line 44
c Line 54

loadIcons

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