Uses of Interface
com.e1c.langtool.collector.FeatureValue
Packages that use FeatureValue
Package
Description
-
Uses of FeatureValue in com.e1c.langtool.builder
Methods in com.e1c.langtool.builder that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionITranslationBuilderParticipant.IBuildContext.getContent()Returns collected feature-values. -
Uses of FeatureValue in com.e1c.langtool.collector
Subinterfaces of FeatureValue in com.e1c.langtool.collectorClasses in com.e1c.langtool.collector that implement FeatureValueMethods in com.e1c.langtool.collector that return types with arguments of type FeatureValueModifier and TypeMethodDescriptiondefault Collection<FeatureValue>ICollectingCacheManager.computeIfAbsent(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute full cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsent(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute full cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentInterface(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute interface cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute interface cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModel(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute model cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute model cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModelComputed(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute model computed cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute model computed cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.getInterface(org.eclipse.core.resources.IFile file) Gets the interface cache for the file.ICollectingCacheManager.getInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) Gets the interface cache data.default Collection<FeatureValue>ICollectingCacheManager.getModel(org.eclipse.core.resources.IFile file) Gets the model cache data.ICollectingCacheManager.getModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) Gets the model cache data.default Collection<FeatureValue>ICollectingCacheManager.getModelComputed(org.eclipse.core.resources.IFile file) Gets the model computed cache data.ICollectingCacheManager.getModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) Gets the model computed cache data.Methods in com.e1c.langtool.collector with parameters of type FeatureValueModifier and TypeMethodDescriptionintPersistableFeatureValue.compareTo(FeatureValue o) default booleanCollectingFilterParticipant.needCollect(TranslationSource source, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanFeatureSettingsFilter.needCollect(TranslationSource source, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanRegExCollectingFilter.needCollect(TranslationSource sourc, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) default booleanCollectingFilterParticipant.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Checks than need to collect given feature value of the source object.booleanFeatureSettingsFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) booleanRegExCollectingFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Method parameters in com.e1c.langtool.collector with type arguments of type FeatureValueModifier and TypeMethodDescriptionvoidIFeatureValueCollectingService.collectAll(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) Collects feature values and raw source object for the given project and process given actionBiConsumerfor each of all collected values from project.voidIFeatureValueCollectingService.collectAllByFile(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<org.eclipse.core.resources.IFile, Collection<FeatureValue>> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) CollectFeatureValuefrom all files of the project with using or updating resource cache.voidIFeatureValueCollectingService.collectFile(org.eclipse.core.resources.IFile file, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) Collect allFeatureValuefrom file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsent(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute full cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsent(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute full cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentInterface(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute interface cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute interface cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModel(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute model cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute model cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModelComputed(org.eclipse.core.resources.IFile file, Function<org.eclipse.core.resources.IFile, Collection<FeatureValue>> mappingFunction) Compute model computed cache if it absent for the file.default Collection<FeatureValue>ICollectingCacheManager.computeIfAbsentModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, BiFunction<org.eclipse.core.resources.IProject, org.eclipse.core.runtime.IPath, Collection<FeatureValue>> mappingFunction) Compute model computed cache if it absent for the file.FeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates a new set ofIFeatureCollectorobjects.IFeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates the collectors for the given source object.voidIFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) Collect feature values and raw source object for the given translation source with parameters and process given actionBiConsumerfor each collected.voidProjectMultiThreadCollectingOperation.process(BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) Process all project resources in multi-thread mode and collect feature value from files.voidProjectMultiThreadCollectingOperation.processByFiles(BiConsumer<org.eclipse.core.resources.IFile, Collection<FeatureValue>> action, org.eclipse.core.runtime.IProgressMonitor monitor) Process all project resources in multi-thread mode and collect feature value from files.voidProjectMultiThreadCollectingOperation.processRaw(BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.default voidICollectingCacheManager.putInterface(org.eclipse.core.resources.IFile file, Collection<FeatureValue> keys) Put interface cache data.voidICollectingCacheManager.putInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> keys) Put interface cache data.default voidICollectingCacheManager.putModel(org.eclipse.core.resources.IFile file, Collection<FeatureValue> keys) Put model cache data.voidICollectingCacheManager.putModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> keys) Put model cache data.default voidICollectingCacheManager.putModelComputed(org.eclipse.core.resources.IFile file, Collection<FeatureValue> keys) Put model computed cache data.voidICollectingCacheManager.putModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> keys) Put model computed cache data. -
Uses of FeatureValue in com.e1c.langtool.emf.collector
Subinterfaces of FeatureValue in com.e1c.langtool.emf.collectorClasses in com.e1c.langtool.emf.collector that implement FeatureValueModifier and TypeClassDescriptionclassThe Class EmfFeatureValue contains feature string value, feature FQN key, object URI, feature settings and value is computed. -
Uses of FeatureValue in com.e1c.langtool.generatestring
Methods in com.e1c.langtool.generatestring that return FeatureValueModifier and TypeMethodDescriptionFeatureValueSerializer.deserialize(DataInput in, int available) Methods in com.e1c.langtool.generatestring that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionTranslationStringsGenerator.getCollectedValues()Gets the collected values.TempFileFeatureCollection.getResourceBucket(long id) Gets the resource bucket of collectedFeatureValue.TempFileFeatureCollection.iterator()Methods in com.e1c.langtool.generatestring with parameters of type FeatureValueModifier and TypeMethodDescriptionbooleanTempFileFeatureCollection.add(FeatureValue e) voidProjectGenerateTranslationStrings.addOrUpdateValue(FeatureValue value) Adds the or update value.voidTranslationStringsGenerator.addOrUpdateValue(FeatureValue value) Adds the or update value.voidFeatureValueSerializer.serialize(DataOutput out, FeatureValue value) voidTempFileFeatureCollection.updateValue(FeatureValue value) Update given value in the MapDB.Method parameters in com.e1c.langtool.generatestring with type arguments of type FeatureValueModifier and TypeMethodDescriptionbooleanTempFileFeatureCollection.addAll(Collection<? extends FeatureValue> c) voidTempFileFeatureCollection.putResourceBucket(long id, Collection<FeatureValue> bucket) Put resource bucket back to cache. -
Uses of FeatureValue in com.e1c.langtool.internal.builder
Methods in com.e1c.langtool.internal.builder that return types with arguments of type FeatureValueConstructor parameters in com.e1c.langtool.internal.builder with type arguments of type FeatureValueModifierConstructorDescriptionBuildContext(TranslationSource translationSource, ActionType actionType, Collection<FeatureValue> featureValues) -
Uses of FeatureValue in com.e1c.langtool.internal.collector
Methods in com.e1c.langtool.internal.collector that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionFeatureValueListSerializer.deserialize(DataInput in, int available) CollectingCacheManager.getInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) ProjectCollectingCacheStore.getInterface(org.eclipse.core.runtime.IPath path) CollectingCacheManager.getModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) ProjectCollectingCacheStore.getModel(org.eclipse.core.runtime.IPath path) CollectingCacheManager.getModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path) ProjectCollectingCacheStore.getModelComputed(org.eclipse.core.runtime.IPath path) Method parameters in com.e1c.langtool.internal.collector with type arguments of type FeatureValueModifier and TypeMethodDescriptionvoidFeatureValueCollectingService.collectAll(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.collectAllByFile(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<org.eclipse.core.resources.IFile, Collection<FeatureValue>> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.collectFile(org.eclipse.core.resources.IFile file, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) FeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) FeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) voidCollectingCacheManager.putInterface(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidProjectCollectingCacheStore.putInterface(org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidCollectingCacheManager.putModel(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidProjectCollectingCacheStore.putModel(org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidCollectingCacheManager.putModelComputed(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidProjectCollectingCacheStore.putModelComputed(org.eclipse.core.runtime.IPath path, Collection<FeatureValue> values) voidFeatureValueListSerializer.serialize(DataOutput out, Collection<FeatureValue> values) -
Uses of FeatureValue in com.e1c.langtool.internal.history.ui.query
Methods in com.e1c.langtool.internal.history.ui.query that return FeatureValueMethods in com.e1c.langtool.internal.history.ui.query with parameters of type FeatureValue -
Uses of FeatureValue in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage with parameters of type FeatureValueModifier and TypeMethodDescriptionContextFileStorage.getTranslation(FeatureValue source, TranslateLanguage language) DictionaryFileStorage.getTranslation(FeatureValue source, TranslateLanguage language) voidContextFileStorage.moveTranslation(FeatureValue fromSource, FeatureValue toSource, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.moveTranslation(FeatureValue fromSource, FeatureValue toSource, TranslateLanguage language, boolean autoSave) voidContextFileStorage.removeTranslation(FeatureValue source, TranslateLanguage language, boolean autoSave) voidDictionaryFileStorage.removeTranslation(FeatureValue source, TranslateLanguage language, boolean autoSave) voidContextFileStorage.setTranslation(FeatureValue source, TranslateLanguage language, String translation, boolean autoSave) voidDictionaryFileStorage.setTranslation(FeatureValue source, TranslateLanguage language, String translation, boolean autoSave) -
Uses of FeatureValue in com.e1c.langtool.internal.ui.view
Methods in com.e1c.langtool.internal.ui.view that return FeatureValueModifier and TypeMethodDescriptionMultiStorageFeatureValueTextCellEditor.getFeatueValue()SelectableTextCellEditor.ApplicableTranslationQuery.getFeatureValue()Methods in com.e1c.langtool.internal.ui.view with parameters of type FeatureValueModifier and TypeMethodDescriptionvoidMultiStorageFeatureValueTextCellEditor.setFeatueValue(FeatureValue featueValue) Constructors in com.e1c.langtool.internal.ui.view with parameters of type FeatureValueModifierConstructorDescriptionContainerFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) 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.SelectableTextCellEditor(FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) 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. -
Uses of FeatureValue in com.e1c.langtool.query
Methods in com.e1c.langtool.query that return FeatureValueModifier and TypeMethodDescriptionContextTranslationQuery.getFeatureValue()IContextTranslationQuery.getFeatureValue()Returns theFeatureValue.Methods in com.e1c.langtool.query with parameters of type FeatureValue -
Uses of FeatureValue in com.e1c.langtool.storage
Methods in com.e1c.langtool.storage with parameters of type FeatureValueModifier and TypeMethodDescriptiondefault StringITranslationStorageProvider.ContextStorage.getTranslation(FeatureValue source, TranslateLanguage language) default StringITranslationStorageProvider.DictionaryStorage.getTranslation(FeatureValue source, TranslateLanguage language) ITranslationStorageProvider.Storage.getTranslation(FeatureValue source, TranslateLanguage language) Gets the translation from storage.default voidITranslationStorageProvider.ContextStorage.moveTranslation(FeatureValue fromSource, FeatureValue toSource, TranslateLanguage language, boolean autoSave) default voidITranslationStorageProvider.DictionaryStorage.moveTranslation(FeatureValue fromSource, FeatureValue toSource, TranslateLanguage language, boolean autoSave) voidITranslationStorageProvider.Storage.moveTranslation(FeatureValue fromSource, FeatureValue toSource, TranslateLanguage language, boolean autoSave) Move translation inside the storage from one key to enother.default voidITranslationStorageProvider.ContextStorage.removeTranslation(FeatureValue source, TranslateLanguage language, boolean autoSave) default voidITranslationStorageProvider.DictionaryStorage.removeTranslation(FeatureValue source, TranslateLanguage language, boolean autoSave) voidITranslationStorageProvider.Storage.removeTranslation(FeatureValue source, TranslateLanguage language, boolean autoSave) Removes the translation from storage.default voidITranslationStorageProvider.ContextStorage.setTranslation(FeatureValue source, TranslateLanguage language, String translation, boolean autoSave) default voidITranslationStorageProvider.DictionaryStorage.setTranslation(FeatureValue source, TranslateLanguage language, String translation, boolean autoSave) voidITranslationStorageProvider.Storage.setTranslation(FeatureValue source, TranslateLanguage language, String translation, boolean autoSave) Sets the translation. -
Uses of FeatureValue in com.e1c.langtool.testing
Methods in com.e1c.langtool.testing with parameters of type FeatureValueModifier and TypeMethodDescriptionstatic voidTestingUtil.assertFvEquals(FeatureValue fv, String key, String value, boolean isComputedValue, FeatureSettings FeatureSettings, String res, int localStringsSize) Assert thatFeatureValueis equals expected values of fields.Method parameters in com.e1c.langtool.testing with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic StringTestingUtil.printCollectorResultCheckCode(List<FeatureValue> result, String reourceIdConstantName, Class<?>... featureSettingsliteralClass) Prints the collector result check code. -
Uses of FeatureValue in com.e1c.langtool.ui
Methods in com.e1c.langtool.ui with parameters of type FeatureValueModifier and TypeMethodDescriptionStorageTranslationCache.getTranslation(ITranslationStorageProvider.Storage storage, FeatureValue value, TranslateLanguage language) StorageTranslationCache.getTranslation(StorageID id, FeatureValue value, TranslateLanguage language) TranslationEditingContext.getTranslation(FeatureValue fv, TranslateLanguage language) Gets the translation.booleanStorageTranslationCache.hasTranslation(FeatureValue value) booleanStorageTranslationCache.hasTranslation(FeatureValue value, TranslateLanguage language) booleanStorageTranslationCache.hasTranslation(ITranslationStorageProvider.Storage storage, FeatureValue value, TranslateLanguage language) voidTranslationEditingContext.setTranslation(FeatureValue fv, TranslateLanguage language, String translation) Sets the translation. -
Uses of FeatureValue in com.e1c.langtool.ui.collector
Methods in com.e1c.langtool.ui.collector that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionCommonFeatureValueCollectingResult.getValues()FeatureValueCollectingResult.getValues()Gets the collected values.Constructor parameters in com.e1c.langtool.ui.collector with type arguments of type FeatureValueModifierConstructorDescriptionCommonFeatureValueCollectingResult(TranslationSource source, Collection<FeatureValue> values, org.eclipse.ui.IWorkbenchPart part, ISelection selection, IEditingContext context, Function<TranslationSource, ITranslatingProject> projectProvider) Instantiates a new common feature value collecting result. -
Uses of FeatureValue in com.e1c.langtool.ui.editor
Methods in com.e1c.langtool.ui.editor that return types with arguments of type FeatureValueMethods in com.e1c.langtool.ui.editor with parameters of type FeatureValueModifier and TypeMethodDescriptionStorageMediator.getTranslation(FeatureValue value, TranslateLanguage language) voidStorageMediator.setTranslation(FeatureValue value, TranslateLanguage language, String translation) -
Uses of FeatureValue in com.e1c.langtool.ui.editor.internal.tree
Methods in com.e1c.langtool.ui.editor.internal.tree with parameters of type FeatureValueModifier and TypeMethodDescriptionEditorTreeFactory.createFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) Constructors in com.e1c.langtool.ui.editor.internal.tree with parameters of type FeatureValueModifierConstructorDescriptionSingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, StorageMediator storageMediator) -
Uses of FeatureValue in com.e1c.langtool.ui.editor.main
Fields in com.e1c.langtool.ui.editor.main declared as FeatureValueModifier and TypeFieldDescriptionprotected FeatureValueTranslationEntryComposite.activeFeatureValueMethods in com.e1c.langtool.ui.editor.main that return FeatureValueModifier and TypeMethodDescriptionFeatureTreeComposite.getSelectedValue()Gets selected feature value.Methods in com.e1c.langtool.ui.editor.main with parameters of type FeatureValueModifier and TypeMethodDescriptionvoidTranslationEntryComposite.refresh(FeatureValue value) Refreshes the text field value with value for givenFeatureValue. -
Uses of FeatureValue in com.e1c.langtool.ui.tree
Fields in com.e1c.langtool.ui.tree declared as FeatureValueMethods in com.e1c.langtool.ui.tree that return FeatureValueModifier and TypeMethodDescriptionFeatureValueItem.getFeatureValue()IFeatureValueItem.getFeatureValue()Methods in com.e1c.langtool.ui.tree with parameters of type FeatureValueModifier and TypeMethodDescriptionAbstractTreeFactory.createFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) Creates a newIFeatureValueItemobject.AbstractTreeFactory.createResourceItem(FeatureValue value) Creates a newResourceItemobject.protected ITreeItemAbstractTreeFactory.findParentGroup(ITreeItemContainer scope, FeatureValue currentValue) Find parent group in scope for the current valueMethod parameters in com.e1c.langtool.ui.tree with type arguments of type FeatureValueModifier and TypeMethodDescriptionvoidAbstractTreeFactory.fillUpTree(IFeatureTree tree, Collection<FeatureValue> values, boolean isHierarhical) Fills the tree fromFeatureValuevalues.protected static intAbstractTreeFactory.getMinimalSkipKeySegment(Collection<FeatureValue> values) Gets the minimal skip key segment count.Constructors in com.e1c.langtool.ui.tree with parameters of type FeatureValueModifierConstructorDescriptionFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bp.scheme
Method parameters in com.e1c.langtool.v8.dt.bp.scheme with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic SchemeFeaturesCollectorSchemeFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.bp.scheme with type arguments of type FeatureValueModifierConstructorDescriptionSchemeFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new scheme features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bsl
Method parameters in com.e1c.langtool.v8.dt.bsl with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic BslFeaturesCollectorBslFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.bsl with type arguments of type FeatureValueModifierConstructorDescriptionBslFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bsl.comment
Method parameters in com.e1c.langtool.v8.dt.bsl.comment with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic DocCommentCollectorDocCommentCollector.create(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, BslDocumentationComment object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Low-level factory method.protected voidDocCommentCollector.setAddAction(BiConsumer<Object, FeatureValue> addAction) Sets the collector add action.Constructor parameters in com.e1c.langtool.v8.dt.bsl.comment with type arguments of type FeatureValueModifierConstructorDescriptionprotectedDocCommentCollector(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, Object rootObject, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Instantiates a new doc comment collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bsl.stringliteral
Methods in com.e1c.langtool.v8.dt.bsl.stringliteral that return FeatureValueModifier and TypeMethodDescriptionprotected FeatureValueQueryPartCollector.createCommentFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String content) protected FeatureValueDefaultStringLiteralCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected FeatureValueKeysCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected FeatureValueReplaceParamCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String param, boolean isKeyComputed) protected FeatureValueSortColumnsCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected FeatureValueQueryPartCollector.createKeyFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected FeatureValueQueryPartCollector.createStringLiteralFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String content) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bsl.translator
Methods in com.e1c.langtool.v8.dt.bsl.translator with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected voidBslCommentClearableTextProcessor.doProcessTranslatable(BslDocumentationComment.Description object, FeatureValue fv) protected voidBslCommentTextProcessor.doProcessTranslatable(BslDocumentationComment.Description object, FeatureValue fv) Do process translatable.protected voidBslCommentTextProcessor.doProcessTranslatable(TagPart object, FeatureValue fv) Do process translatable. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.bsl.validation
Methods in com.e1c.langtool.v8.dt.bsl.validation with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected StringDynamicFeatureAccessTranslationCheck.getTranslation(org.eclipse.core.resources.IProject project, FeatureValue featureValue, TranslateLanguage language, org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters) protected StringNstrLiteralValidator.getTranslation(org.eclipse.core.resources.IProject project, FeatureValue featureValue, TranslateLanguage language, org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters) protected StringStringLiteralValidator.getTranslation(org.eclipse.core.resources.IProject project, FeatureValue featureValue, TranslateLanguage language, org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.chart
Method parameters in com.e1c.langtool.v8.dt.chart with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic ChartFeaturesCollectorChartFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.chart with type arguments of type FeatureValueModifierConstructorDescriptionChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new chart features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.chart.dendrogram
Method parameters in com.e1c.langtool.v8.dt.chart.dendrogram with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic DendrogramFeaturesCollectorDendrogramFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.chart.dendrogram with type arguments of type FeatureValueModifierConstructorDescriptionDendrogramFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dendrogram features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.chart.ganttchart
Method parameters in com.e1c.langtool.v8.dt.chart.ganttchart with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic GanttChartFeaturesCollectorGanttChartFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.chart.ganttchart with type arguments of type FeatureValueModifierConstructorDescriptionGanttChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new gantt chart features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.chart.timescale
Method parameters in com.e1c.langtool.v8.dt.chart.timescale with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic TimeScaleFeaturesCollectorTimeScaleFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.chart.timescale with type arguments of type FeatureValueModifierConstructorDescriptionTimeScaleFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.check
Methods in com.e1c.langtool.v8.dt.check with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected StringAbstractTranslationValidator.getTranslation(org.eclipse.core.resources.IProject project, FeatureValue featureValue, TranslateLanguage language, org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters) Gets the translation. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.collector
Classes in com.e1c.langtool.v8.dt.collector that implement FeatureValueModifier and TypeClassDescriptionclassThe Class V8FeatureValue representing V8 Object feature valueFeatureValue.Methods in com.e1c.langtool.v8.dt.collector that return FeatureValueMethods in com.e1c.langtool.v8.dt.collector that return types with arguments of type FeatureValueMethods in com.e1c.langtool.v8.dt.collector with parameters of type FeatureValueModifier and TypeMethodDescriptionstatic voidFeaturesCollectorUtil.fillLocalStrings(FeatureValue fv, Map<String, String> localStrings, Collection<TranslateLanguage> languages) Fill local strings to the collectingFeatureValue, filtered with set ofTranslateLanguage.static V8FeatureValue.BuilderV8FeatureValue.Builder.fromFeatureValue(FeatureValue fv) From feature value.booleanMdNameCamelCaseFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Method parameters in com.e1c.langtool.v8.dt.collector with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic voidFeaturesCollectorUtil.appendWithPreffix(Collection<FeatureValue> destanation, Collection<FeatureValue> source, FeatureKey preffix) V8FileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructor parameters in com.e1c.langtool.v8.dt.collector with type arguments of type FeatureValueModifierConstructorDescriptionCollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction) CollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.resources.IFile resourceFile) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.dcs
Method parameters in com.e1c.langtool.v8.dt.dcs with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic DcsFeaturesCollectorDcsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.dcs with type arguments of type FeatureValueModifierConstructorDescriptionDcsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dcs features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.dcs.expressions
Method parameters in com.e1c.langtool.v8.dt.dcs.expressions with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic ExpressionsFeaturesCollectorExpressionsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.dcs.expressions with type arguments of type FeatureValueModifierConstructorDescriptionExpressionsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.form
Method parameters in com.e1c.langtool.v8.dt.form with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic FormFeaturesCollectorFormFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.form with type arguments of type FeatureValueModifierConstructorDescriptionFormFeaturesCollector(IBmObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.geos
Method parameters in com.e1c.langtool.v8.dt.geos with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic GeosFeaturesCollectorGeosFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.geos with type arguments of type FeatureValueModifierConstructorDescriptionGeosFeaturesCollector(IBmObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.bp.scheme
Method parameters in com.e1c.langtool.v8.dt.internal.bp.scheme with type arguments of type FeatureValueModifier and TypeMethodDescriptionSchemeFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.bsl
Method parameters in com.e1c.langtool.v8.dt.internal.bsl with type arguments of type FeatureValueModifier and TypeMethodDescriptionBslFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) BslFileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.chart
Method parameters in com.e1c.langtool.v8.dt.internal.chart with type arguments of type FeatureValueModifier and TypeMethodDescriptionChartFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.dcs
Method parameters in com.e1c.langtool.v8.dt.internal.dcs with type arguments of type FeatureValueModifier and TypeMethodDescriptionDcsFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.dcs.expressions
Method parameters in com.e1c.langtool.v8.dt.internal.dcs.expressions with type arguments of type FeatureValueModifier and TypeMethodDescriptionDcsExprFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.form
Method parameters in com.e1c.langtool.v8.dt.internal.form with type arguments of type FeatureValueModifier and TypeMethodDescriptionFormFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.geos
Method parameters in com.e1c.langtool.v8.dt.internal.geos with type arguments of type FeatureValueModifier and TypeMethodDescriptionGeosFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.moxel
Method parameters in com.e1c.langtool.v8.dt.internal.moxel with type arguments of type FeatureValueModifier and TypeMethodDescriptionMoxelFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.planner
Method parameters in com.e1c.langtool.v8.dt.internal.planner with type arguments of type FeatureValueModifier and TypeMethodDescriptionPlannerFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.ql
Method parameters in com.e1c.langtool.v8.dt.internal.ql with type arguments of type FeatureValueModifier and TypeMethodDescriptionQlFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.right.ql
Method parameters in com.e1c.langtool.v8.dt.internal.right.ql with type arguments of type FeatureValueModifier and TypeMethodDescriptionRightQlFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.right.templates
Method parameters in com.e1c.langtool.v8.dt.internal.right.templates with type arguments of type FeatureValueModifier and TypeMethodDescriptionRightTemplateFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.rights
Method parameters in com.e1c.langtool.v8.dt.internal.rights with type arguments of type FeatureValueModifier and TypeMethodDescriptionRightsFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.internal.ui.refactoring
Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionprotected Set<FeatureValue>ObjectChangeBase.collectFeatureValues(org.eclipse.core.runtime.IProgressMonitor monitor) static Set<FeatureValue>Util.collectFeatureValues(Object object, IFeatureValueCollectingService collectingService, ICollectingParameters collectingParameters, org.eclipse.core.runtime.IProgressMonitor monitor) protected Set<FeatureValue>XtextChangeBase.collectFeatureValues(org.eclipse.core.runtime.IProgressMonitor monitor) ObjectChangeSharedState.getFeatureValues()XtextChangeSharedState.getFeatureValues()static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedChildObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedChildObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedTopObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) Try to find mapping between two sets ofFeatureValue.static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedTopObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) Try to find mapping between two sets ofFeatureValue.Method parameters in com.e1c.langtool.v8.dt.internal.ui.refactoring with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic voidDebugUtil.debugDumpKeyMapping(Map<FeatureValue, FeatureValue> mapping) static voidDebugUtil.debugDumpKeyMapping(Map<FeatureValue, FeatureValue> mapping) static voidDebugUtil.debugDumpResourceIdAndKeyMapping(Map<FeatureValue, FeatureValue> mapping) static voidDebugUtil.debugDumpResourceIdAndKeyMapping(Map<FeatureValue, FeatureValue> mapping) static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedChildObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) static Map<FeatureValue,FeatureValue> FeatureValuePairMatcher.matchRenamedTopObjectFeatureValues(Set<FeatureValue> first, Set<FeatureValue> second) Try to find mapping between two sets ofFeatureValue.static voidUtil.performBatchMoveTranslation(Map<FeatureValue, FeatureValue> matches, Collection<ITranslationStorageProvider.Storage> storages, Collection<TranslateLanguage> languages) static voidUtil.performBatchMoveTranslation(Map<FeatureValue, FeatureValue> matches, Collection<ITranslationStorageProvider.Storage> storages, Collection<TranslateLanguage> languages) voidObjectChangeSharedState.setFeatureValues(Set<FeatureValue> featureValues) voidXtextChangeSharedState.setFeatureValues(Set<FeatureValue> featureValues) Constructor parameters in com.e1c.langtool.v8.dt.internal.ui.refactoring with type arguments of type FeatureValueModifierConstructorDescriptionRemoveEObjectTranslationsOperation(Set<FeatureValue> objectFeatures, List<TranslateLanguage> interfaceLanguages, Collection<ITranslationStorageProvider.Storage> storages) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.languageconverter
Methods in com.e1c.langtool.v8.dt.languageconverter with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected voidLanguageConverter.collectFeatureValues(Object sourceObject, FeatureValue featureValue, Map<org.eclipse.emf.ecore.EPackage, Set<Long>> bmFeatures, Map<org.eclipse.emf.ecore.EPackage, Set<org.eclipse.emf.common.util.URI>> nonBmFeatures, LanguageProcessorParameters parameters) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.languageprocessor
Methods in com.e1c.langtool.v8.dt.languageprocessor with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected voidLanguageProcessor.collectFeatureValues(Object sourceObject, FeatureValue featureValue, Map<org.eclipse.emf.ecore.EPackage, Set<Long>> bmFeatures, Map<org.eclipse.emf.ecore.EPackage, Set<org.eclipse.emf.common.util.URI>> nonBmFeatures, LanguageProcessorParameters parameters) Collects feature values. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.md
Method parameters in com.e1c.langtool.v8.dt.md with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic MdFeaturesCollectorMdFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.MdFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructor parameters in com.e1c.langtool.v8.dt.md with type arguments of type FeatureValueModifierConstructorDescriptionMdFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.md.aindex
Method parameters in com.e1c.langtool.v8.dt.md.aindex with type arguments of type FeatureValueModifier and TypeMethodDescriptionAdditionalIndexFeatureCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates the new additional index feature collector.AdditionalIndexCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructor parameters in com.e1c.langtool.v8.dt.md.aindex with type arguments of type FeatureValueModifierConstructorDescriptionAdditionalIndexFeatureCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new additional index feature collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.md.style
Method parameters in com.e1c.langtool.v8.dt.md.style with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic StyleFeatureCollectorStyleFeatureCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.StyleFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructor parameters in com.e1c.langtool.v8.dt.md.style with type arguments of type FeatureValueModifierConstructorDescriptionprotectedStyleFeatureCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.moxel
Method parameters in com.e1c.langtool.v8.dt.moxel with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic MoxelFeaturesCollectorMoxelFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.moxel with type arguments of type FeatureValueModifierConstructorDescriptionMoxelFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.planner
Method parameters in com.e1c.langtool.v8.dt.planner with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic PlannerFeaturesCollectorPlannerFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.planner with type arguments of type FeatureValueModifierConstructorDescriptionPlannerFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new planner features collector. -
Uses of FeatureValue in com.e1c.langtool.v8.dt.ql
Method parameters in com.e1c.langtool.v8.dt.ql with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic DcsQlFeaturesCollectorDcsQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.static QlFeaturesCollectorQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.ql with type arguments of type FeatureValueModifierConstructorDescriptionDcsQlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) QlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.resourcestorage
Method parameters in com.e1c.langtool.v8.dt.resourcestorage with type arguments of type FeatureValueModifier and TypeMethodDescriptionFileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.right.ql
Method parameters in com.e1c.langtool.v8.dt.right.ql with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic RightQlFeaturesCollectorRightQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.right.ql with type arguments of type FeatureValueModifierConstructorDescriptionRightQlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.right.templates
Method parameters in com.e1c.langtool.v8.dt.right.templates with type arguments of type FeatureValueModifier and TypeMethodDescriptionRightTemplateFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.right.templates with type arguments of type FeatureValueModifierConstructorDescriptionRightTemplateFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.rights
Method parameters in com.e1c.langtool.v8.dt.rights with type arguments of type FeatureValueModifier and TypeMethodDescriptionstatic RightsFeaturesCollectorRightsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructor parameters in com.e1c.langtool.v8.dt.rights with type arguments of type FeatureValueModifierConstructorDescriptionRightsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of FeatureValue in com.e1c.langtool.v8.dt.translator
Methods in com.e1c.langtool.v8.dt.translator with parameters of type FeatureValueModifier and TypeMethodDescriptionbooleanComputedStringFilter.needCollectRaw(TranslationSource source, Object sourceObject, FeatureValue value, Map<String, Object> parameters, org.eclipse.core.runtime.IProgressMonitor monitor)