Uses of Interface
com.e1c.langtool.storage.regex.RegExFile
Packages that use RegExFile
-
Uses of RegExFile in com.e1c.langtool.storage.regex
Classes in com.e1c.langtool.storage.regex that implement RegExFileMethods in com.e1c.langtool.storage.regex that return RegExFileModifier and TypeMethodDescriptionstatic RegExFileRegExUtil.createRegExFile(TranslateLanguage language, org.eclipse.core.resources.IFile file, String segment) -
Uses of RegExFile in com.e1c.langtool.ui.editor.regex
Constructor parameters in com.e1c.langtool.ui.editor.regex with type arguments of type RegExFileModifierConstructorDescriptionRegExGroupComputer(org.eclipse.core.databinding.observable.value.IObservableValue<RegExFile> currentFile, org.eclipse.core.databinding.observable.list.IObservableList<RegExGroup> groups, org.eclipse.core.databinding.observable.value.IObservableValue<RegExItem> item, org.eclipse.core.databinding.observable.value.IObservableValue<TranslateLanguage> currentLanguage, ITranslationStorageManager storageManager, ITranslatingProjectManager translatingProjectManager, IStorageSettingsManager storageSettingsManager)