htiextension/com.nokia.s60tools.hticonnection/src/com/nokia/s60tools/hticonnection/resources/ImageKeys.java
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 package com.nokia.s60tools.hticonnection.resources;
       
    19 
       
    20 public class ImageKeys {
       
    21 	// Image key for base action.
       
    22 	public final static String S60TOOLS_ACTION_ICON = "S60TOOLS_ACTION_ICON"; //$NON-NLS-1$	
       
    23 
       
    24 	// HTI API image keys
       
    25 	public final static String IMG_APP_ICON = "HTIAPI_IMG_APP_ICON"; //$NON-NLS-1$	
       
    26 	public final static String IMG_PREFERENCES = "HTIAPI_IMG_PREFERENCES"; //$NON-NLS-1$
       
    27 	public final static String IMG_CLEAR_SCREEN = "HTIAPI_IMG_CLEAR_SCREEN"; //$NON-NLS-1$
       
    28 	public final static String IMG_SCROLL_LOCK = "HTIAPI_IMG_SCROLL_LOCK"; //$NON-NLS-1$
       
    29 	public final static String IMG_STOP_GATEWAY = "HTIAPI_IMG_STOP_GATEWAY"; //$NON-NLS-1$
       
    30 	public final static String IMG_START_GATEWAY = "HTIAPI_IMG_START_GATEWAY"; //$NON-NLS-1$
       
    31 }