blob: 69171ee52eef66826c8615a9fddced22ddcd433d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation 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
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.debug.internal.rhino.ui;
/**
* Describes images that are in the image registry
*
* @since 1.0
*/
public interface ISharedImages {
//ELCL
/**
* Default script image
*/
public static final String IMG_SCRIPT = "IMG_SCRIPT"; //$NON-NLS-1$
/**
* Image for the Rhino launch configuration type
*/
public static final String IMG_RHINO = "IMG_RHINO"; //$NON-NLS-1$
/**
* Image for the main tab of a Rhino launch configuration
*/
public static final String IMG_MAIN_TAB = "IMG_MAIN_TAB"; //$NON-NLS-1$
/**
* Image for the library object
*/
public static final String IMG_LIBRARY = "IMG_LIBRARY"; //$NON-NLS-1$
}