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.modelMethods 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.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacementFragmentModifier and TypeClassDescriptionclassAn 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.utilMethods 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'.booleanCmiValidator.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.tasksMethods in com._1c.g5.v8.dt.internal.cmi.tasks that return CommandsPlacementFragmentModifier 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.