blob: 6fb78247b25c39644e2d66959c4f0a14a903ed41 [file] [log] [blame]
package org.eclipse.gmf.runtime.common.ui.internal;
/******************************************************************************
* Copyright (c) 2002, 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
/**
* The set of icon filenames used by classes in org.eclipse.gmf.runtime.common.ui plugin.
*/
public interface CommonUIIconNames {
/** Cleared checkbox icon */
public static final String IMG_CHECKBOX_CLEARED = "icons/checkboxcleared.gif"; //$NON-NLS-1$
/** Selected checkbox icon */
public static final String IMG_CHECKBOX_SELECTED = "icons/checkboxselected.gif"; //$NON-NLS-1$
/** Unselected checkbox icon */
public static final String IMG_CHECKBOX_UNSELECTED = "icons/checkboxunselected.gif"; //$NON-NLS-1$
/** Greyed checkbox icon */
public static final String IMG_CHECKBOX_GREYED = "icons/checkboxgreyed.gif"; //$NON-NLS-1$
}