blob: f8912412412c11a88d3f0f61d0dafefb56938ece [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Bros (Mia-Software) - initial API and implementation
*******************************************************************************/
package org.eclipse.modisco.workflow.ui.internal;
public final class UIConstants {
private UIConstants() {
// constants class
}
public static final String LOAD_ICON_PATH = "icons/loadWork.png"; //$NON-NLS-1$
public static final String REMOVE_ICON_PATH = "icons/deleteWork.png"; //$NON-NLS-1$
public static final String UP_ICON_PATH = "icons/upWork.png"; //$NON-NLS-1$
public static final String DOWN_ICON_PATH = "icons/downWork.png"; //$NON-NLS-1$
public static final String WORKFLOW_ICON_PATH = "icons/workflow16x16.png"; //$NON-NLS-1$
public static final String WORKFLOW_BANNER_ICON_PATH = "icons/workflow_banner.png"; //$NON-NLS-1$
}