Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommandGroup
-
-
Uses of CommandGroup in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommandGroup Modifier and Type Method Description static CommandGroup
TestMdObjectFactory. createCommandGroup(String name)
Creates CommandGroup with name -
Uses of CommandGroup in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util that return types with arguments of type CommandGroup Modifier and Type Method Description static Collection<CommandGroup>
ModelUtils. getMdCommandGroups(Configuration configuration, CommandGroupCategory category)
Filters the configuration command groups usingcategory
. -
Uses of CommandGroup in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommandGroup Modifier and Type Method Description CommandGroup
CommandGroupInitializer. create(IV8Project v8project, Version version)
-
Uses of CommandGroup in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type CommandGroup Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(CommandGroup object)
-
Uses of CommandGroup in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommandGroup Modifier and Type Method Description CommandGroup
MdClassFactory. createCommandGroup()
Returns a new object of class 'Command Group'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommandGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandGroup>
Configuration. getCommandGroups()
Returns the value of the 'Command Groups' reference list. -
Uses of CommandGroup in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommandGroup Modifier and Type Class Description class
CommandGroupImpl
An implementation of the model object 'Command Group'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommandGroup Modifier and Type Method Description CommandGroup
MdClassFactoryImpl. createCommandGroup()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommandGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandGroup>
ConfigurationImpl. getCommandGroups()
-
Uses of CommandGroup in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommandGroup Modifier and Type Method Description T
MdClassSwitch. caseCommandGroup(CommandGroup object)
Returns the result of interpreting the object as an instance of 'Command Group'.boolean
MdClassValidator. validateCommandGroup(CommandGroup commandGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-