htiextension/com.nokia.s60tools.hticonnection/src/com/nokia/s60tools/hticonnection/resources/ImageKeys.java
author Matti Hagman <ext-matti.hagman@nokia.com>
Tue, 21 Sep 2010 13:50:51 +0300
changeset 29 f48eb66e9604
parent 0 61163b28edca
permissions -rw-r--r--
Creator Carbide Extension 1.3.0

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

package com.nokia.s60tools.hticonnection.resources;

public class ImageKeys {
	// Image key for base action.
	public final static String S60TOOLS_ACTION_ICON = "S60TOOLS_ACTION_ICON"; //$NON-NLS-1$	

	// HTI API image keys
	public final static String IMG_APP_ICON = "HTIAPI_IMG_APP_ICON"; //$NON-NLS-1$	
	public final static String IMG_PREFERENCES = "HTIAPI_IMG_PREFERENCES"; //$NON-NLS-1$
	public final static String IMG_CLEAR_SCREEN = "HTIAPI_IMG_CLEAR_SCREEN"; //$NON-NLS-1$
	public final static String IMG_SCROLL_LOCK = "HTIAPI_IMG_SCROLL_LOCK"; //$NON-NLS-1$
	public final static String IMG_STOP_GATEWAY = "HTIAPI_IMG_STOP_GATEWAY"; //$NON-NLS-1$
	public final static String IMG_START_GATEWAY = "HTIAPI_IMG_START_GATEWAY"; //$NON-NLS-1$
}