Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsPlacementFragment
Packages that use CommandsPlacementFragment
Package
Description
-
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsPlacementFragmentModifier and TypeMethodDescriptionCmiFactory.createCommandsPlacementFragment()
Returns a new object of class 'Commands Placement Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsPlacementFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsPlacementFragment>
CommandsPlacement.getPlacementFragments()
Returns the value of the 'Placement Fragments' containment reference list. -
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacementFragmentModifier and TypeClassDescriptionclass
An implementation of the model object 'Commands Placement Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsPlacementFragmentMethods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsPlacementFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsPlacementFragment>
CommandsPlacementImpl.getPlacementFragments()
-
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsPlacementFragmentModifier and TypeMethodDescriptionCmiSwitch.caseCommandsPlacementFragment
(CommandsPlacementFragment object) Returns the result of interpreting the object as an instance of 'Commands Placement Fragment'.boolean
CmiValidator.validateCommandsPlacementFragment
(CommandsPlacementFragment commandsPlacementFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks that return CommandsPlacementFragmentModifier 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.