Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsOrder
Packages that use CommandsOrder
Package
Description
-
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsOrderModifier and TypeMethodDescriptionCmiFactory.createCommandsOrder()Returns a new object of class 'Commands Order'.CommandInterface.getCommandsOrder()Returns the value of the 'Commands Order' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type CommandsOrderModifier and TypeMethodDescriptionvoidCommandInterface.setCommandsOrder(CommandsOrder value) Sets the value of the 'Commands Order' containment reference. -
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrderModifier and TypeClassDescriptionclassAn implementation of the model object 'Commands Order'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsOrderModifier and TypeMethodDescriptionCmiFactoryImpl.createCommandsOrder()CommandInterfaceImpl.getCommandsOrder()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsOrderModifier and TypeMethodDescriptionvoidCommandInterfaceImpl.setCommandsOrder(CommandsOrder newCommandsOrder) -
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsOrderModifier and TypeMethodDescriptionCmiSwitch.caseCommandsOrder(CommandsOrder object) Returns the result of interpreting the object as an instance of 'Commands Order'.booleanCmiValidator.validateCommandsOrder(CommandsOrder commandsOrder, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CommandsOrder in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type CommandsOrderModifier and TypeMethodDescriptionstatic CommandsOrderFragmentCmiCustomizationUtil.findOrderFragment(CommandsOrder commandsOrder, CommandGroup group) Find customization fragment by the group in the given "commands order".