blob: 5aa309fae47bb706ab0cef985a843ebee09447fe [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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.e4.languages.internal.javascript.debug.ui;
/**
* Describes images that are in the image registry
*
* @since 1.0
*/
public interface ISharedImages {
/**
* Default script image
*/
public static final String IMG_SCRIPT = "IMG_SCRIPT";
/**
* Image for a local variable
*/
public static final String IMG_LOCAL_VAR = "IMG_LOCAL_VAR";
/**
* Image for the connect icon
*/
public static final String IMG_CONNECT = "IMG_CONNECT";
}