KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > ui > externaltools > internal > program > launchConfigurations > ExternalToolsProgramMessages


1 /**********************************************************************
2  * Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved. This
3  * program and the accompanying materials are made available under the terms of
4  * the Eclipse Public License v1.0 which accompanies this distribution, and is
5  * available at http://www.eclipse.org/legal/epl-v10.html
6  *
7  * Contributors:
8  * IBM - Initial API and implementation
9  **********************************************************************/

10 package org.eclipse.ui.externaltools.internal.program.launchConfigurations;
11
12 import org.eclipse.osgi.util.NLS;
13
14 public class ExternalToolsProgramMessages extends NLS {
15     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.ui.externaltools.internal.program.launchConfigurations.ExternalToolsProgramMessages";//$NON-NLS-1$
16

17     public static String JavaDoc BackgroundResourceRefresher_0;
18
19     public static String JavaDoc ProgramLaunchDelegate_Workbench_Closing_1;
20     public static String JavaDoc ProgramLaunchDelegate_The_workbench_is_exiting;
21     public static String JavaDoc ProgramLaunchDelegate_3;
22     public static String JavaDoc ProgramLaunchDelegate_4;
23
24     public static String JavaDoc ProgramMainTab_Select;
25
26     static {
27         // load message values from bundle file
28
NLS.initializeMessages(BUNDLE_NAME, ExternalToolsProgramMessages.class);
29     }
30 }
Popular Tags