KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > workplace > comparison > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/comparison/Messages.java,v $
3  * Date : $Date: 2006/03/27 14:52:44 $
4  * Version: $Revision: 1.2 $
5  *
6  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
7  * All rights reserved.
8  *
9  * This source code is the intellectual property of Alkacon Software GmbH.
10  * It is PROPRIETARY and CONFIDENTIAL.
11  * Use of this source code is subject to license terms.
12  *
13  * In order to use this source code, you need written permission from
14  * Alkacon Software GmbH. Redistribution of this source code, in modified
15  * or unmodified form, is not allowed unless written permission by
16  * Alkacon Software GmbH has been given.
17  *
18  * ALKACON SOFTWARE GMBH MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY
19  * OF THIS SOURCE CODE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
20  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21  * PURPOSE, OR NON-INFRINGEMENT. ALKACON SOFTWARE GMBH SHALL NOT BE LIABLE FOR ANY
22  * DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
23  * THIS SOURCE CODE OR ITS DERIVATIVES.
24  *
25  * For further information about Alkacon Software GmbH, please see the
26  * company website: http://www.alkacon.com
27  */

28
29 package org.opencms.workplace.comparison;
30
31 import org.opencms.i18n.A_CmsMessageBundle;
32 import org.opencms.i18n.I_CmsMessageBundle;
33
34 /**
35  * Convenience class to access the localized messages of this OpenCms package.<p>
36  *
37  * @author Jan Baudisch
38  *
39  * @version $Revision: 1.2 $
40  *
41  * @since 6.0.0
42  */

43 public final class Messages extends A_CmsMessageBundle {
44     
45     /** Message constant for key in the resource bundle. */
46     public static final String JavaDoc GUI_COMPARE_ADDED_0 = "GUI_COMPARE_ADDED_0";
47
48     /** Message constant for key in the resource bundle. */
49     public static final String JavaDoc GUI_COMPARE_ATTRIBUTES_0 = "GUI_COMPARE_ATTRIBUTES_0";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc GUI_COMPARE_CHANGED_0 = "GUI_COMPARE_CHANGED_0";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc GUI_COMPARE_COLS_ICON_0 = "GUI_COMPARE_COLS_ICON_0";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc GUI_COMPARE_COLS_LOCALE_0 = "GUI_COMPARE_COLS_LOCALE_0";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc GUI_COMPARE_COLS_NAME_0 = "GUI_COMPARE_COLS_NAME_0";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc GUI_COMPARE_COLS_PROPERTY_NAME_0 = "GUI_COMPARE_COLS_PROPERTY_NAME_0";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc GUI_COMPARE_COLS_STATUS_0 = "GUI_COMPARE_COLS_STATUS_0";
68
69     /** Message contant for key in the resource bundle. */
70     public static final String JavaDoc GUI_COMPARE_COLS_TYPE_0 = "GUI_COMPARE_COLS_TYPE_0";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc GUI_COMPARE_COMPARE_ALL_0 = "GUI_COMPARE_COMPARE_ALL_0";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc GUI_COMPARE_CONTENT_0 = "GUI_COMPARE_CONTENT_0";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc GUI_COMPARE_ELEM_ADDED_0 = "GUI_COMPARE_ELEM_ADDED_0";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc GUI_COMPARE_ELEM_CHANGED_0 = "GUI_COMPARE_ELEM_CHANGED_0";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc GUI_COMPARE_ELEM_REMOVED_0 = "GUI_COMPARE_ELEM_REMOVED_0";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc GUI_COMPARE_ELEM_UNCHANGED_0 = "GUI_COMPARE_ELEM_UNCHANGED_0";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc GUI_COMPARE_HIDE_IDENTICAL_ATTRIBUTES_0 = "GUI_COMPARE_HIDE_IDENTICAL_ATTRIBUTES_0";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc GUI_COMPARE_HIDE_IDENTICAL_ELEMENTS_0 = "GUI_COMPARE_HIDE_IDENTICAL_ELEMENTS_0";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc GUI_COMPARE_HIDE_IDENTICAL_PROPERTIES_0 = "GUI_COMPARE_HIDE_IDENTICAL_PROPERTIES_0";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc GUI_COMPARE_IDENTICAL_TEXT_DIFFERENT_HTML_0 = "GUI_COMPARE_IDENTICAL_TEXT_DIFFERENT_HTML_0";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc GUI_COMPARE_PROPERTIES_0 = "GUI_COMPARE_PROPERTIES_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc GUI_COMPARE_REMOVED_0 = "GUI_COMPARE_REMOVED_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc GUI_COMPARE_SHOW_ALL_ATTRIBUTES_0 = "GUI_COMPARE_SHOW_ALL_ATTRIBUTES_0";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc GUI_COMPARE_SHOW_ALL_ELEMENTS_0 = "GUI_COMPARE_SHOW_ALL_ELEMENTS_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc GUI_COMPARE_SHOW_ALL_PROPERTIES_0 = "GUI_COMPARE_SHOW_ALL_PROPERTIES_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc GUI_COMPARE_UNCHANGED_0 = "GUI_COMPARE_UNCHANGED_0";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc GUI_COMPARE_VERSION_1 = "GUI_COMPARE_VERSION_1";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc GUI_COMPARE_VIEW_VERSION_1 = "GUI_COMPARE_VIEW_VERSION_1";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc GUI_DIFF_MODE_ALL_NAME_0 = "GUI_DIFF_MODE_ALL_NAME_0";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc GUI_DIFF_MODE_DIFFONLY_NAME_0 = "GUI_DIFF_MODE_DIFFONLY_NAME_0";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc GUI_DIFF_MODE_HTML_0 = "GUI_DIFF_MODE_HTML_0";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc GUI_DIFF_MODE_TEXT_0 = "GUI_DIFF_MODE_TEXT_0";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc GUI_DIFF_SKIP_LINES_1 = "GUI_DIFF_SKIP_LINES_1";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc GUI_HISTORY_FILEINFO_0 = "GUI_HISTORY_FILEINFO_0";
143
144     /** Name of the used resource bundle. */
145     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.comparison.messages";
146
147     /** Static instance member. */
148     private static final I_CmsMessageBundle INSTANCE = new Messages();
149
150     /**
151      * Hides the public constructor for this utility class.<p>
152      */

153     private Messages() {
154
155         // hide the constructor
156
}
157
158     /**
159      * Returns an instance of this localized message accessor.<p>
160      *
161      * @return an instance of this localized message accessor
162      */

163     public static I_CmsMessageBundle get() {
164
165         return INSTANCE;
166     }
167
168     /**
169      * Returns the bundle name for this OpenCms package.<p>
170      *
171      * @return the bundle name for this OpenCms package
172      */

173     public String JavaDoc getBundleName() {
174
175         return BUNDLE_NAME;
176     }
177
178 }
179
Popular Tags