|
Lines 14-26
Link Here
|
| 14 |
import org.eclipse.hyades.ui.internal.util.ImageManager; |
14 |
import org.eclipse.hyades.ui.internal.util.ImageManager; |
| 15 |
|
15 |
|
| 16 |
/** |
16 |
/** |
| 17 |
* Image manager for the Hyades Test UI plugin. |
17 |
* Image manager for the Hyades Test UI plug-in. |
| 18 |
* <p/> |
18 |
* <p/> |
| 19 |
* |
19 |
* |
| 20 |
* |
20 |
* |
| 21 |
* @author Paul E. Slauenwhite |
21 |
* @author Paul E. Slauenwhite |
| 22 |
* @author Marcelo Paternostro |
22 |
* @author Marcelo Paternostro |
| 23 |
* @version March 13, 2008 |
23 |
* @version May 9, 2008 |
| 24 |
* @since February 1, 2005 |
24 |
* @since February 1, 2005 |
| 25 |
*/ |
25 |
*/ |
| 26 |
public class TestUIImages extends ImageManager { |
26 |
public class TestUIImages extends ImageManager { |
|
Lines 57-62
Link Here
|
| 57 |
public static final String IMG_REPORT = "report_obj.gif"; //$NON-NLS-1$ |
57 |
public static final String IMG_REPORT = "report_obj.gif"; //$NON-NLS-1$ |
| 58 |
public static final String IMG_BEHAVIOR = "behavior_obj.gif"; //$NON-NLS-1$ |
58 |
public static final String IMG_BEHAVIOR = "behavior_obj.gif"; //$NON-NLS-1$ |
| 59 |
public static final String IMG_SUT = "sut_obj.gif"; //$NON-NLS-1$ |
59 |
public static final String IMG_SUT = "sut_obj.gif"; //$NON-NLS-1$ |
|
|
60 |
public static final String IMG_TESTLOG = "testlog_obj.gif"; //$NON-NLS-1$ |
| 60 |
public static final String IMG_EXECUTION = "execution_obj.gif"; //$NON-NLS-1$ |
61 |
public static final String IMG_EXECUTION = "execution_obj.gif"; //$NON-NLS-1$ |
| 61 |
public static final String IMG_DATAPOOL = "datapool_obj.gif"; //$NON-NLS-1$ |
62 |
public static final String IMG_DATAPOOL = "datapool_obj.gif"; //$NON-NLS-1$ |
| 62 |
public static final String IMG_ARTIFACT = "artifact_obj.gif"; //$NON-NLS-1$ |
63 |
public static final String IMG_ARTIFACT = "artifact_obj.gif"; //$NON-NLS-1$ |
|
Lines 171-176
Link Here
|
| 171 |
add(T_OBJ, IMG_REPORT); |
172 |
add(T_OBJ, IMG_REPORT); |
| 172 |
add(T_OBJ, IMG_BEHAVIOR); |
173 |
add(T_OBJ, IMG_BEHAVIOR); |
| 173 |
add(T_OBJ, IMG_SUT); |
174 |
add(T_OBJ, IMG_SUT); |
|
|
175 |
add(T_OBJ, IMG_TESTLOG); |
| 174 |
add(T_OBJ, IMG_EXECUTION); |
176 |
add(T_OBJ, IMG_EXECUTION); |
| 175 |
add(T_OBJ, IMG_DATAPOOL); |
177 |
add(T_OBJ, IMG_DATAPOOL); |
| 176 |
add(T_OBJ, IMG_ARTIFACT); |
178 |
add(T_OBJ, IMG_ARTIFACT); |