Uses of Interface
com.e1c.langtool.storage.IFileEditor
Packages that use IFileEditor
Package
Description
-
Uses of IFileEditor in com.e1c.langtool.storage
Fields in com.e1c.langtool.storage with type parameters of type IFileEditorModifier and TypeFieldDescriptionprotected final ConcurrentNavigableMap<String,IFileEditor<?>> CachedFileMediator.evictedTranslationFilesList of evicted translation files.protected final com.google.common.cache.Cache<org.eclipse.core.resources.IFile,IFileEditor<?>> CachedFileMediator.filesCacheMethods in com.e1c.langtool.storage that return IFileEditorModifier and TypeMethodDescriptionITranslationFileEditorFactory.getFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, TranslateLanguage language) Gets the file editing handler.<T> IFileEditor<T>CachedFileMediator.getFileOrLoad(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, TranslateLanguage language) Gets the file editor from cache or creates it by provider and put to cache if not exist yet. -
Uses of IFileEditor in com.e1c.langtool.storage.context
Methods in com.e1c.langtool.storage.context that return IFileEditorModifier and TypeMethodDescriptionstatic IFileEditor<? extends ContextTranslationData>ContextFormatFactory.createEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, ContextStorageSettings settings, TranslateLanguage language) Creates a new file editor object of context data from the file.ContextFormatFactory.getFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, TranslateLanguage language) -
Uses of IFileEditor in com.e1c.langtool.storage.dictionary
Methods in com.e1c.langtool.storage.dictionary that return IFileEditorModifier and TypeMethodDescriptionIFileEditor<? extends DictionaryData>DictionaryFormatFactory.createEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, DictionaryStorageSettings settings, TranslateLanguage language) Creates a new file editor of the dictionary data object.DictionaryFormatFactory.getFileEditor(org.eclipse.core.resources.IFile file, org.eclipse.core.resources.IProject project, TranslateLanguage language) -
Uses of IFileEditor in com.e1c.langtool.storage.properties
Classes in com.e1c.langtool.storage.properties that implement IFileEditorModifier and TypeClassDescriptionclassThe abstract file editor for JAVA-properties file format.classThe properties file editor ofcontext data modelthat represents "key=value" properties file.classThe properties file editor ofdictionary data modelthat represents "key=value" properties file. -
Uses of IFileEditor in com.e1c.langtool.storage.regex
Subinterfaces of IFileEditor in com.e1c.langtool.storage.regexClasses in com.e1c.langtool.storage.regex that implement IFileEditorModifier and TypeClassDescriptionclassclassclass