Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsVisibilityFragment
Packages that use CommandsVisibilityFragment
Package
Description
-
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsVisibilityFragmentModifier and TypeMethodDescriptionCmiFactory.createCommandsVisibilityFragment()
Returns a new object of class 'Commands Visibility Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsVisibilityFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsVisibilityFragment>
CommandsVisibility.getVisibilityFragments()
Returns the value of the 'Visibility Fragments' containment reference list. -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return CommandsVisibilityFragmentModifier and TypeMethodDescriptionCommandItem.getVisibilityFragment()
Returns the value of the 'Visibility Fragment' containment reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type CommandsVisibilityFragmentModifier and TypeMethodDescriptionvoid
CommandItem.setVisibilityFragment
(CommandsVisibilityFragment value) Sets the value of the 'Visibility Fragment
' containment reference. -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return CommandsVisibilityFragmentMethods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsVisibilityFragmentModifier and TypeMethodDescriptionvoid
CommandItemImpl.setVisibilityFragment
(CommandsVisibilityFragment newVisibilityFragment) -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsVisibilityFragmentModifier and TypeClassDescriptionclass
An implementation of the model object 'Commands Visibility Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsVisibilityFragmentMethods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsVisibilityFragmentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandsVisibilityFragment>
CommandsVisibilityImpl.getVisibilityFragments()
-
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsVisibilityFragmentModifier and TypeMethodDescriptionCmiSwitch.caseCommandsVisibilityFragment
(CommandsVisibilityFragment object) Returns the result of interpreting the object as an instance of 'Commands Visibility Fragment'.boolean
CmiValidator.validateCommandsVisibilityFragment
(CommandsVisibilityFragment commandsVisibilityFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks that return CommandsVisibilityFragmentModifier and TypeMethodDescriptionstatic CommandsVisibilityFragment
CmiCustomizationUtil.findVisibilityFragment
(CommandInterface commandInterface, Command command) Finds custom visibility fragment in CI.