blob: 78dbaa604260bc185fe7e49afbac1819072f5621 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2009 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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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$
}