|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalizationProvider
The LocalizationProvider can be used to give localized Strings and Messages. Messages can also use the standard Java and Eclipse localization methods.
| Method Summary | |
|---|---|
java.lang.String |
getString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
java.lang.String |
getString(java.lang.String key,
java.lang.Object[] substitutions)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
java.lang.String |
getUiString(java.lang.String key)
Returns the UiString from the plugin's resource bundle, or 'key' if not found. |
java.lang.String |
getUiString(java.lang.String key,
java.lang.Object[] substitutions)
Returns the UiString from the plugin's resource bundle, or 'key' if not found. |
| Method Detail |
|---|
java.lang.String getString(java.lang.String key)
java.lang.String getString(java.lang.String key,
java.lang.Object[] substitutions)
key - substitutions -
java.lang.String getUiString(java.lang.String key)
java.lang.String getUiString(java.lang.String key,
java.lang.Object[] substitutions)
key - substitutions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||