/******************************************************************************* * 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.example.client.application; public final class ExampleIcons { private ExampleIcons() { // Constants class } public static final String ICON_FILE = "File.gif"; //$NON-NLS-1$ public static final String ICON_APPLICATION = "0457_a_a00.png"; //$NON-NLS-1$ public static final String ICON_HOMEFOLDER = "HomeFolder.gif"; //$NON-NLS-1$ public static final String ICON_GREEN_LED = "ledlightgreen.png"; //$NON-NLS-1$ public static final String ICON_RED_LED = "ledred.png"; //$NON-NLS-1$ public static final String ICON_SAMPLE = "sample.gif"; //$NON-NLS-1$ public static final String ICON_LINK = "link.png"; //$NON-NLS-1$ }