|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITranslatable
The ITranslatable is the interface for text oriented objects which needs
translation support.
| Method Summary | |
|---|---|
TranslationMap |
getTranslation()
Gets the possible translation mapping. |
boolean |
isTranslationEnabled()
Gets whether the translation is en- or disabled. |
void |
setTranslation(TranslationMap pTranslation)
Sets the possible translations. |
void |
setTranslationEnabled(boolean pEnabled)
Sets the translation en- or disabled. |
| Method Detail |
|---|
void setTranslation(TranslationMap pTranslation)
pTranslation - the translation mappingTranslationMap getTranslation()
void setTranslationEnabled(boolean pEnabled)
pEnabled - true to enable the translation, false to disableboolean isTranslationEnabled()
true if translation is performed, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||