/******************************************************************************* * Copyright (c) 2007, 2014 compeople AG 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: * compeople AG - initial API and implementation *******************************************************************************/ package org.eclipse.riena.demo.client.application; public final class ExampleIcons { private ExampleIcons() { // Constants class } public static final String ICON_FILE = "/icons/file.gif"; //$NON-NLS-1$ public static final String ICON_APPLICATION = "/icons/0457_a_a00.png"; //$NON-NLS-1$ public static final String ICON_HOMEFOLDER = "/icons/HomeFolder.gif"; //$NON-NLS-1$ public static final String ICON_GREEN_LED = "/icons/ledlightgreen.png"; //$NON-NLS-1$ public static final String ICON_RED_LED = "/icons/ledred.png"; //$NON-NLS-1$ public static final String ICON_SAMPLE = "/icons/sample.gif"; //$NON-NLS-1$ public static final String ICON_LINK = "/icons/link.png"; //$NON-NLS-1$ }