コード例 #1
0
 protected ITranslation doGetDelegate() throws TranslationException {
   return MdfTranslationHelper.getInstance().doGetDelegate(helperAdapter);
 }
コード例 #2
0
 protected String doDelete(ITranslationKind kind, Locale locale) throws TranslationException {
   return MdfTranslationHelper.getInstance().delete(helperAdapter, kind, locale);
 }
コード例 #3
0
 public boolean isReadOnly() throws TranslationException {
   return MdfTranslationHelper.getInstance().isReadOnly(helperAdapter);
 }
コード例 #4
0
 public boolean isProtected() throws TranslationException {
   return MdfTranslationHelper.getInstance().isProtected(helperAdapter);
 }
コード例 #5
0
 protected String doSetText(ITranslationKind kind, Locale locale, String newText)
     throws TranslationException {
   return MdfTranslationHelper.getInstance().setText(helperAdapter, kind, locale, newText);
 }