/******************************************************************************* * Copyright (c) 2012-2015 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.ltk.internal.ui.refactoring; import org.eclipse.jface.resource.ImageDescriptor; /** * @author Evgen Vidolob */ public class RefactoringPluginImages { public static final ImageDescriptor DESC_OBJS_DEFAULT_CHANGE = new ImageDescriptor("r_change"); public static final ImageDescriptor DESC_OBJS_COMPOSITE_CHANGE = new ImageDescriptor("composite_change"); public static final ImageDescriptor DESC_OBJS_TEXT_EDIT = new ImageDescriptor("text_edit"); public static final ImageDescriptor DESC_OBJS_FILE_CHANGE = new ImageDescriptor("file_change"); }