KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > debug > internal > ui > views > registers > RegistersViewMessages


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

12 package org.eclipse.debug.internal.ui.views.registers;
13
14 import org.eclipse.osgi.util.NLS;
15
16 public class RegistersViewMessages extends NLS {
17     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.debug.internal.ui.views.registers.RegistersViewMessages";//$NON-NLS-1$
18

19     public static String JavaDoc RegistersView_0;
20
21     static {
22         // load message values from bundle file
23
NLS.initializeMessages(BUNDLE_NAME, RegistersViewMessages.class);
24     }
25 }
Popular Tags