Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsPlacement
Packages that use CommandsPlacement
Package
Description
-
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsPlacementModifier and TypeMethodDescriptionCmiFactory.createCommandsPlacement()
Returns a new object of class 'Commands Placement'.CommandInterface.getCommandsPlacement()
Returns the value of the 'Commands Placement' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type CommandsPlacementModifier and TypeMethodDescriptionvoid
CommandInterface.setCommandsPlacement
(CommandsPlacement value) Sets the value of the 'Commands Placement
' containment reference. -
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacementModifier and TypeClassDescriptionclass
An implementation of the model object 'Commands Placement'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsPlacementModifier and TypeMethodDescriptionCmiFactoryImpl.createCommandsPlacement()
CommandInterfaceImpl.getCommandsPlacement()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsPlacementModifier and TypeMethodDescriptionvoid
CommandInterfaceImpl.setCommandsPlacement
(CommandsPlacement newCommandsPlacement) -
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsPlacementModifier and TypeMethodDescriptionCmiSwitch.caseCommandsPlacement
(CommandsPlacement object) Returns the result of interpreting the object as an instance of 'Commands Placement'.boolean
CmiValidator.validateCommandsPlacement
(CommandsPlacement commandsPlacement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CommandsPlacement in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks that return CommandsPlacementModifier and TypeMethodDescriptionstatic CommandsPlacement
CmiCustomizationUtil.getOrCreatePlacement
(CommandInterface commandInterface) Gets or create a new customization placement.Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type CommandsPlacementModifier and TypeMethodDescriptionstatic CommandsPlacementFragment
CmiCustomizationUtil.findCurrentPlacementFragment
(CommandsPlacement commandsPlacement, Command command) Finds current placement fragment for the command.static CommandsPlacementFragment
CmiCustomizationUtil.findPlacementFragment
(CommandsPlacement commandsPlacement, CommandGroup group) Gets customization placement fragment.static CommandsPlacementFragment
CmiCustomizationUtil.getOrCreatePlacementFragment
(CommandsPlacement placement, CommandGroup group) Gets or creates placement fragment.