blob: de5eb178882a263e750473b044e90771359788b8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2012 University College London Software Systems Engineering
* 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:
* Bruno Wassermann - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.runtimes;
/**
* A bunch of constants for use by the UI elements of the runtimes plug-in.
*
* @author Bruno Wassermann, written Jun 30, 2006
*/
public interface IRuntimesUIConstants {
/*
* Icons
*/
// Icons path
public final String ICON_PATH = "icons/"; //$NON-NLS-1$
// Wizard banner
public final String ICON_NEWPRJ_WIZARD_BANNER = "wizban/newprj_bpel_wiz_banner.gif"; //$NON-NLS-1$
// Facet icons
public final String ICON_BPEL_FACET = "obj/bpelfacet.gif"; //$NON-NLS-1$
// Workbench icons
public final String ICON_BPEL_PRJ = "obj16/prj_bpel.gif"; //$NON-NLS-1$
// New icons
public final String ICON_BPEL_NEW_PRJ = "ctool16/new_bpelprj.gif"; //$NON-NLS-1$
/*
* End of icons
*/
}