|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EMFFormsLocalizationService
Service for retrieving translated Strings.
Method Summary | |
---|---|
String |
getString(org.osgi.framework.Bundle bundle,
String key)
Return the String for the provided key. |
String |
getString(Class<?> clazz,
String key)
Return the String for the provided key. |
boolean |
hasKey(org.osgi.framework.Bundle bundle,
String key)
Return whether the key in question is available. |
boolean |
hasKey(Class<?> clazz,
String key)
Return whether the key in question is available. |
Method Detail |
---|
String getString(org.osgi.framework.Bundle bundle, String key)
bundle
- The bundle which provides the translated stringskey
- The key of the string
String getString(Class<?> clazz, String key)
clazz
- The class which needs a translated stringkey
- The key of the string
boolean hasKey(org.osgi.framework.Bundle bundle, String key)
bundle
- The bundle in which to search for the keykey
- The key to search
boolean hasKey(Class<?> clazz, String key)
clazz
- The class in whose bundle to search for the keykey
- The key to search
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |