static class GUIRunner.TestListCellRenderer extends Object implements ListCellRenderer<TestCase>, Serializable
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
GUIRunner.TestListCellRenderer.XLabel
A special kind of label which fires only change in the text
and which allows to set details: selection and focus.
|
| Modifier and Type | Field and Description |
|---|---|
private static String |
BORDER_DESC |
protected static Border |
NO_FOCUS_BORDER |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TestListCellRenderer()
Constructs a special renderer object
consisting of a label and a location within java code
for an item in a failure list.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getListCellRendererComponent(JList<? extends TestCase> list,
TestCase testCase,
int index,
boolean isSelected,
boolean cellHasFocus) |
private String |
thrwToString(Throwable thrw) |
private static final long serialVersionUID
private static final String BORDER_DESC
protected static final Border NO_FOCUS_BORDER
TestListCellRenderer()
public Component getListCellRendererComponent(JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)
getListCellRendererComponent in interface ListCellRenderer<TestCase>Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.