Package eu.simuline.testhelpers
Class GUIRunner.TestListCellRenderer
- java.lang.Object
-
- eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListCellRenderer<TestCase>
- Enclosing class:
- GUIRunner
static class GUIRunner.TestListCellRenderer extends java.lang.Object implements javax.swing.ListCellRenderer<TestCase>, java.io.Serializable
A special renderer object consisting of a label and a location within java code for an item in a failure list.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGUIRunner.TestListCellRenderer.XLabelA special kind of label which fires only change in the text and which allows to set details: selection and focus.
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringBORDER_DESCprotected static javax.swing.border.BorderNO_FOCUS_BORDERprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TestListCellRenderer()Constructs a special renderer object consisting of a label and a location within java code for an item in a failure list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ComponentgetListCellRendererComponent(javax.swing.JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)private java.lang.StringthrwToString(java.lang.Throwable thrw)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
BORDER_DESC
private static final java.lang.String BORDER_DESC
- See Also:
- Constant Field Values
-
NO_FOCUS_BORDER
protected static final javax.swing.border.Border NO_FOCUS_BORDER
-
-