KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > ui > internal > navigator > CommonNavigatorMessages


1 /*******************************************************************************
2  * Copyright (c) 2005, 2007 IBM Corporation 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  * IBM Corporation - initial API and implementation
10  *******************************************************************************/

11 package org.eclipse.ui.internal.navigator;
12
13 import org.eclipse.osgi.util.NLS;
14
15 /**
16  *
17  * <p>
18  * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
19  * part of a work in progress. There is a guarantee neither that this API will
20  * work nor that it will remain the same. Please do not use this API without
21  * consulting with the Platform/UI team.
22  * </p>
23  *
24  * @since 3.2
25  *
26  */

27 public class CommonNavigatorMessages extends NLS {
28
29     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.ui.internal.navigator.messages"; //$NON-NLS-1$
30

31     /** */
32     public static String JavaDoc Link_With_Editor_Job_;
33
34     /** */
35     public static String JavaDoc Could_not_provide_children_for_element;
36
37     /** */
38     public static String JavaDoc NavigatorViewerDescriptor_Popup_Menu_Overridden;
39
40     /** */
41     public static String JavaDoc StructuredViewerManager_0;
42
43     /** */
44     public static String JavaDoc TextAction_selectAll;
45
46     /** */
47     public static String JavaDoc Cut;
48
49     /** */
50     public static String JavaDoc Copy;
51
52     /** */
53     public static String JavaDoc Paste;
54
55     /** */
56     public static String JavaDoc Delete;
57
58     /** */
59     public static String JavaDoc Navigator_statusLineMultiSelect;
60
61     /** */
62     public static String JavaDoc SelectFiltersActionDelegate_1;
63
64     /** */
65     public static String JavaDoc CommonFilterSelectionDialog_Available_Filters;
66
67     /** */
68     public static String JavaDoc CommonFilterSelectionDialog_Available_Content;
69
70     /** */
71     public static String JavaDoc CommonFilterSelectionDialog_Hides_all_content_associated;
72
73     /** */
74     public static String JavaDoc CommonFilterSelectionDialog_Select_the_available_extensions;
75
76     /** */
77     public static String JavaDoc CommonFilterSelectionDialog_Select_the_filters_to_apply;
78
79     /** */
80     public static String JavaDoc SelectFiltersActionDelegate_0;
81
82     /** */
83     public static String JavaDoc CollapseAllActionDelegate_0;
84
85     /** */
86     public static String JavaDoc LinkEditorActionDelegate_1;
87
88     /** */
89     public static String JavaDoc LinkEditorActionDelegate_0;
90
91     /** */
92     public static String JavaDoc Attribute_Missing_Warning;
93
94     /** */
95     public static String JavaDoc Too_many_elements_Warning;
96
97     /** */
98     public static String JavaDoc Open_action_label;
99
100     /** */
101     public static String JavaDoc NewProjectWizard_errorTitle;
102
103     /** */
104     public static String JavaDoc NewProjectAction_text;
105
106     /** */
107     public static String JavaDoc UpdateFiltersOperation_Update_CommonViewer_Filter_;
108
109     /** */
110     public static String JavaDoc CommonFilterSelectionDialog_enter_name_of_filte_;
111
112     /** */
113     public static String JavaDoc CommonFilterSelectionDialog_Available_customization_;
114
115     /** */
116     public static String JavaDoc CommonSorterDescriptorManager_A_navigatorContent_extesnion_in_0_;
117
118     /** */
119     public static String JavaDoc CommonSorterDescriptorManager_A_navigatorContent_extension_does_n_;
120
121     /** */
122     public static String JavaDoc FilterDialogSelectionListener_Enable_the_0_filter_;
123
124     public static String JavaDoc NavigatorContentServiceLabelProvider_Error_no_label_provider_for_0_;
125
126     static {
127         NLS.initializeMessages(BUNDLE_NAME, CommonNavigatorMessages.class);
128     }
129
130 }
131
Popular Tags