/******************************************************************************* * Copyright (c) 2012-2014 Codenvy, S.A. * 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: * Codenvy, S.A. - initial API and implementation *******************************************************************************/ package org.eclipse.che.ide.ext.java.jdt; /** * @author <a href="mailto:evidolob@codenvy.com">Evgen Vidolob</a> * @version $Id: */ public enum Images { VARIABLE, JSP_TAG_ITEM, publicMethod, protectedMethod, privateMethod, defaultMethod, enumItem, annotationItem, interfaceItem, classItem, publicField, protectedField, privateField, defaultField, packageItem, classDefaultItem, correction_change, local_var, delete_obj, field_public, correction_cast, add_obj, remove_correction, template, javadoc, exceptionProp, correction_delete_import, imp_obj }