Class SingleLanguageFeatureValueItem

java.lang.Object
com.e1c.langtool.ui.tree.FeatureValueItem
com.e1c.langtool.internal.ui.view.SingleLanguageFeatureValueItem
All Implemented Interfaces:
IApplicable, IContextTranslationQuery, ISingleTranslationQuery, IFeatureValueItem, ITreeItem
Direct Known Subclasses:
LanguageFeatureValueItem

public class SingleLanguageFeatureValueItem extends FeatureValueItem implements IContextTranslationQuery, IApplicable
The Class represents IFeatureValueItem when the tree has only one language to translate into.
See Also:
  • Field Details

  • Constructor Details

    • SingleLanguageFeatureValueItem

      public SingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId, ITranslationStorageManager storageManager, ValidatorRegistry registry)
      Instantiates a new single language feature value item.
      Parameters:
      parent - the parent item
      value - the feature value
      skipKeySegments - the skip key segments
      sourceLanguage - the source language
      targetLanguage - the target language
      context - the context
      project - the project
      storageId - the storage id
      storageManager - the storage manager
      registry - the registry
  • Method Details