Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommandGroup
Packages that use CommandGroup
Package
Description
-
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 CommandGroupModifier and TypeMethodDescriptionstatic 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 CommandGroupModifier and TypeMethodDescriptionstatic Collection<CommandGroup>
ModelUtils.getMdCommandGroups
(Configuration configuration, CommandGroupCategory category) Filters the configuration command groups usingcategory
. -
Uses of CommandGroup in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return CommandGroupModifier and TypeMethodDescriptionAdoptedCommandGroupInitializer.create
(IV8Project v8project, Version version) -
Uses of CommandGroup in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return CommandGroupModifier and TypeMethodDescriptionCommandGroupAdopterParticipant.adopt
(CommandGroup nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type CommandGroupModifier and TypeMethodDescriptionCommandGroupAdopterParticipant.adopt
(CommandGroup nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
CommandGroupAdopterParticipant.createExtension
(CommandGroup nativeObject) -
Uses of CommandGroup in com._1c.g5.v8.dt.internal.md.ui.editors.commandgroups
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.commandgroups with parameters of type CommandGroup -
Uses of CommandGroup in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommandGroupModifier and TypeMethodDescriptionCommandGroupInitializer.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 CommandGroupModifier and TypeMethodDescriptionprotected 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 CommandGroupModifier and TypeMethodDescriptionMdClassFactory.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 CommandGroupModifier and TypeMethodDescriptionorg.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 CommandGroupModifier and TypeClassDescriptionclass
An implementation of the model object 'Command Group'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommandGroupMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommandGroupModifier and TypeMethodDescriptionorg.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 CommandGroupModifier and TypeMethodDescriptionMdClassSwitch.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)