xmtutil.resources
Class TimingAttributeRes
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--xmtutil.resources.TimingAttributeRes
- public class TimingAttributeRes
- extends java.util.ListResourceBundle
This is the default language resources.
The language is English (United States).
There is a good explanation on the National Language Support (NLS)
in the book "Core Java Volume II - Advanced Features". The chapter
is Internationalization.
The resources are listed on two lines so that it is easier to compare
the various language resource files to see what strings are missing.
The resources that use parameters (like filenames or numbers) are formated
into MessageFormat (java.text.MessageFormat). To put a single quote (')
in such a resources, you have to put it twice (''). For the others
resources, you just have to put it once.
History:
- 18 Feb 2000 - Created file to handle resources for NLS.
Fields inherited from class java.util.ListResourceBundle |
lookup |
Fields inherited from class java.util.ResourceBundle |
CACHE_LOAD_FACTOR, cacheKey, cacheList, DEFAULT_NOT_FOUND, INITIAL_CACHE_SIZE, locale, MAX_BUNDLES_SEARCHED, parent, underConstruction |
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject, loadLookup |
Methods inherited from class java.util.ResourceBundle |
, calculateBundleNames, cleanUpConstructionList, findBundle, findBundleInCache, getBundle, getBundle, getBundle, getBundleImpl, getClassContext, getLoader, getLocale, getObject, getString, getStringArray, loadBundle, propagate, putBundleInCache, setLocale, setParent, throwMissingResourceException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
MSG_ERROR_INVALID_TIMING_ATTRIBUTE
public static final java.lang.String MSG_ERROR_INVALID_TIMING_ATTRIBUTE
- All these keys are public since this will keep accessing the string
standardized and lead to less problems.
MSG_ERROR_SYNC_TO_PREV_TIMING_NOT_SUPPORTED
public static final java.lang.String MSG_ERROR_SYNC_TO_PREV_TIMING_NOT_SUPPORTED
MSG_ERROR_ACCESS_KEY_TIMING_NOT_SUPPORTED
public static final java.lang.String MSG_ERROR_ACCESS_KEY_TIMING_NOT_SUPPORTED
MSG_ERROR_WALL_CLOCK_TIMING_NOT_SUPPORTED
public static final java.lang.String MSG_ERROR_WALL_CLOCK_TIMING_NOT_SUPPORTED
MSG_ERROR_REPEAT_TIMING_NOT_SUPPORTED
public static final java.lang.String MSG_ERROR_REPEAT_TIMING_NOT_SUPPORTED
MSG_ERROR_MARKER_TIMING_NOT_SUPPORTED
public static final java.lang.String MSG_ERROR_MARKER_TIMING_NOT_SUPPORTED
MSG_WARNING_MULTPLE_TIMINGS_NOT_SUPPORTED
public static final java.lang.String MSG_WARNING_MULTPLE_TIMINGS_NOT_SUPPORTED
MSG_ERROR_INVALID_ID_VALUE
public static final java.lang.String MSG_ERROR_INVALID_ID_VALUE
MSG_ERROR_INVALID_EVENT_SYMBOL
public static final java.lang.String MSG_ERROR_INVALID_EVENT_SYMBOL
MSG_ERROR_INVALID_SYNCBASE_TIMING
public static final java.lang.String MSG_ERROR_INVALID_SYNCBASE_TIMING
MSG_ERROR_INVALID_MULTI_TIMING_ATTRIBUTE_ELEMENT
public static final java.lang.String MSG_ERROR_INVALID_MULTI_TIMING_ATTRIBUTE_ELEMENT
contents
static final java.lang.Object[][] contents
- These are the strings which should get translated.
The first line is the KEY and the second line is the string
to be translated. These could be on the same line but having them on
separate lines will make it easier to compare the various language files
to see which items have not been translated and which lines are missing
from the default language file English.
TimingAttributeRes
public TimingAttributeRes()
getContents
public java.lang.Object[][] getContents()
- Overrides:
getContents
in class java.util.ListResourceBundle