Class LanguageFeatureValueItem

All Implemented Interfaces:
IApplicable, IContextTranslationQuery, ISingleTranslationQuery, IFeatureValueItem, ITreeItem

public class LanguageFeatureValueItem extends SingleLanguageFeatureValueItem
The class represents ITreeItem that shows language in tree.
See Also:
  • Constructor Details

    • LanguageFeatureValueItem

      public LanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, StorageID storageId, org.eclipse.core.resources.IProject project, ITranslationStorageManager storageManager, ValidatorRegistry registry)
      Instantiates a new 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
      storageId - the storage id
      projectName - the project name
      registry - the registry
  • Method Details