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 TypeMethodDescriptionvoidCommandInterface.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionvoidCommandInterfaceImpl.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'.booleanCmiValidator.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 CommandsPlacementCmiCustomizationUtil.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 CommandsPlacementFragmentCmiCustomizationUtil.findCurrentPlacementFragment(CommandsPlacement commandsPlacement, Command command) Finds current placement fragment for the command.static CommandsPlacementFragmentCmiCustomizationUtil.findPlacementFragment(CommandsPlacement commandsPlacement, CommandGroup group) Gets customization placement fragment.static CommandsPlacementFragmentCmiCustomizationUtil.getOrCreatePlacementFragment(CommandsPlacement placement, CommandGroup group) Gets or creates placement fragment.