Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Language
-
-
Uses of Language in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type Language Modifier and Type Method Description static StringCmiModelUtil. getCommandGroupRepresentation(CommandGroup group, Language language)Gets command group representation.static StringCmiModelUtil. getCommandRepresentation(Command command, Language language)Gets command representaton -
Uses of Language in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform that return Language Modifier and Type Method Description LanguageIV8Project. getDefaultLanguage()Returns current default language to use for metadata objects synonym definition for this V8 project.Methods in com._1c.g5.v8.dt.core.platform that return types with arguments of type Language Modifier and Type Method Description Collection<Language>IV8Project. getLanguages()Returns all languages that may be used for metadata objects synonym definition for this V8 project.Method parameters in com._1c.g5.v8.dt.core.platform with type arguments of type Language Modifier and Type Method Description voidIExternalObjectProjectManager. setLanguages(IExternalObjectProject project, Collection<Language> languages, org.eclipse.core.runtime.IProgressMonitor monitor)Sets languages to a given project. -
Uses of Language in com._1c.g5.v8.dt.core.platform.events
Methods in com._1c.g5.v8.dt.core.platform.events that return Language Modifier and Type Method Description LanguageILanguageCodeChangeEvent. getChangedLanguage()The changedLanguageobjectLanguageIDefaultLanguageEvent. getValue()Returns the new language value.Methods in com._1c.g5.v8.dt.core.platform.events that return types with arguments of type Language Modifier and Type Method Description Collection<Language>ILanguageCompositionChangeEvent. getValue()Returns the new languages collection value. -
Uses of Language in com._1c.g5.v8.dt.dcs.ui.templates.util
Method parameters in com._1c.g5.v8.dt.dcs.ui.templates.util with type arguments of type Language Modifier and Type Method Description voidTemplateStringParser. init(Collection<Language> languages)Init parser with collection of available languages.Constructor parameters in com._1c.g5.v8.dt.dcs.ui.templates.util with type arguments of type Language Constructor Description DataCompositionAreaTemplateBuilder(SheetAccessor sheet, Collection<Language> languages, Version runtimeVersion)Creates new instance ofDataCompositionAreaTemplateBuilder.MoxelTemplateBuilder(SheetAccessor sheet, Collection<Language> languages, Version version)Creates new instance ofMoxelTemplateBuilder.TemplateStringParser(Collection<Language> languages)Creates new instance ofTemplateStringParser. -
Uses of Language in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util with parameters of type Language Modifier and Type Method Description static StringDcsUtil. getLangString(LocalString str, Language lang)Получить строку из многоязыковой строки по языкуstatic StringDcsUtil. getLangString(Presentation presentation, Language lang)Получить строку из представления по языку -
Uses of Language in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return Language Modifier and Type Method Description static LanguageTestMdObjectFactory. createLanguage(String name)Creates Language with name -
Uses of Language in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Language Modifier and Type Method Description LanguageLanguageInitializer. create(IV8Project v8project, Version version) -
Uses of Language in com._1c.g5.v8.dt.md.ui
Methods in com._1c.g5.v8.dt.md.ui that return types with arguments of type Language Modifier and Type Method Description Collection<Language>LangObserver. getLanguages() -
Uses of Language in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Language Modifier and Type Method Description LanguageMdClassFactory. createLanguage()Returns a new object of class 'Language'.LanguageConfiguration. getDefaultLanguage()Returns the value of the 'Default Language' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Language Modifier and Type Method Description org.eclipse.emf.common.util.EList<Language>Configuration. getLanguages()Returns the value of the 'Languages' containment reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Language Modifier and Type Method Description voidConfiguration. setDefaultLanguage(Language value)Sets the value of the 'Default Language' reference. -
Uses of Language in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Language Modifier and Type Class Description classLanguageImplAn implementation of the model object 'Language'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Language Modifier and Type Method Description LanguageMdClassFactoryImpl. createLanguage()LanguageConfigurationImpl. getDefaultLanguage()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Language Modifier and Type Method Description org.eclipse.emf.common.util.EList<Language>ConfigurationImpl. getLanguages()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Language Modifier and Type Method Description voidConfigurationImpl. setDefaultLanguage(Language newDefaultLanguage) -
Uses of Language in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Language Modifier and Type Method Description TMdClassSwitch. caseLanguage(Language object)Returns the result of interpreting the object as an instance of 'Language'.booleanMdClassValidator. validateLanguage(Language language, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateLanguage_validate(Language language, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Language'. -
Uses of Language in com._1c.g5.v8.dt.platform
Methods in com._1c.g5.v8.dt.platform that return Language Modifier and Type Method Description static LanguageDefaultLocaleLanguage. createDefaultLanguage()static LanguageDefaultLocaleLanguage. getDefaultLanguage() -
Uses of Language in com._1c.g5.v8.dt.pw.ui
Methods in com._1c.g5.v8.dt.pw.ui that return types with arguments of type Language Modifier and Type Method Description List<Language>PrintWizard. getLanguagesCodes()Get languages codes
-