blob: 698527afd1ba8716040e25d2b4a5b1d89bfa6e61 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Standards for Technology in Automotive Retail 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:
* David Carver - STAR - bug 213849 - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xml.xpath.ui.internal.util;
/**
* Bundle of most images used by the XSL Plugins
*/
public class XPathPluginImages {
/**
* Path to the XPATH Images used for Content Assist
*/
public static final String IMG_XPATH_FUNCTION = "icons/full/function.gif"; //$NON-NLS-1$
/**
* Path to the XPATH Images used for Content Assist
*/
public static final String IMG_XPATH_AXIS = "icons/full/directional.gif"; //$NON-NLS-1$
/**
* Path to the XPATH Images used for Content Assist
*/
public static final String IMG_VARIABLES = "icons/full/variable.gif"; //$NON-NLS-1$
/**
* Path to the XPATH Images used for Content Assist
*/
public static final String IMG_OPERATOR = "icons/full/operation.gif"; //$NON-NLS-1$
}