blob: f5e1961cf7a16d4faa2f521f2000b2729ce15ecb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2008 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package com.google.eclipse.elt.emulator.actions;
public interface Images {
String IMAGE_DIR_ROOT = "icons/";
String IMAGE_DIR_LOCALTOOL = IMAGE_DIR_ROOT + "clcl16/";
String IMAGE_DIR_DLCL = IMAGE_DIR_ROOT + "dlcl16/";
String IMAGE_DIR_ELCL = IMAGE_DIR_ROOT + "elcl16/";
String IMAGE_CLCL_CLEAR_ALL = "ImageClclClearAll";
String IMAGE_DLCL_CLEAR_ALL = "ImageDlclClearAll";
String IMAGE_ELCL_CLEAR_ALL = "ImageElclClearAll";
}