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 CommandGroupTestMdObjectFactory. 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 CommandGroupCommandGroupInitializer. 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 booleanMdImplicitRefInferrer. _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 CommandGroupMdClassFactory. 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 classCommandGroupImplAn 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 CommandGroupMdClassFactoryImpl. 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 TMdClassSwitch. caseCommandGroup(CommandGroup object)Returns the result of interpreting the object as an instance of 'Command Group'.booleanMdClassValidator. validateCommandGroup(CommandGroup commandGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-