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 String
CmiModelUtil. getCommandGroupRepresentation(CommandGroup group, Language language)
Gets command group representation.static String
CmiModelUtil. 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 Language
IV8Project. 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 void
IExternalObjectProjectManager. 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 Language
ILanguageCodeChangeEvent. getChangedLanguage()
The changedLanguage
objectLanguage
IDefaultLanguageEvent. 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 void
TemplateStringParser. 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 String
DcsUtil. getLangString(LocalString str, Language lang)
Получить строку из многоязыковой строки по языкуstatic String
DcsUtil. 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 Language
TestMdObjectFactory. 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 Language
LanguageInitializer. 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 Language
MdClassFactory. createLanguage()
Returns a new object of class 'Language'.Language
Configuration. 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 void
Configuration. 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 class
LanguageImpl
An implementation of the model object 'Language'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Language Modifier and Type Method Description Language
MdClassFactoryImpl. createLanguage()
Language
ConfigurationImpl. 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 void
ConfigurationImpl. 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 T
MdClassSwitch. caseLanguage(Language object)
Returns the result of interpreting the object as an instance of 'Language'.boolean
MdClassValidator. validateLanguage(Language language, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. 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 Language
DefaultLocaleLanguage. createDefaultLanguage()
static Language
DefaultLocaleLanguage. 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
-