Uses of Interface
com._1c.g5.v8.bm.integration.IBmLocalEditingContext
Packages that use IBmLocalEditingContext
Package
Description
-
Uses of IBmLocalEditingContext in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return IBmLocalEditingContextModifier and TypeMethodDescriptionIBmModel.createLocalContext
(String name) Creates a local context.Methods in com._1c.g5.v8.bm.integration that return types with arguments of type IBmLocalEditingContextModifier and TypeMethodDescriptionIBmModel.getAllLocalContexts()
Gets all the active local contexts. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.bp.scheme.ui.editors
Methods in com._1c.g5.v8.dt.bp.scheme.ui.editors that return IBmLocalEditingContextModifier and TypeMethodDescriptionBpSchemeEditor.getLocalEditingContext()
Returns editor's local editing context. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.core
Classes in com._1c.g5.v8.dt.core that implement IBmLocalEditingContextModifier and TypeClassDescriptionstatic final class
Special wrapper around theIBmLocalEditingContext
which notifies the V8Commands infrastructure that change commands should be omitted in order to simulate the read-only behavior of editors.Constructors in com._1c.g5.v8.dt.core with parameters of type IBmLocalEditingContextModifierConstructorDescriptionReadOnlyEditingContextWrapper
(IBmLocalEditingContext sourceContext) Initializes the instance of theV8Commands.ReadOnlyEditingContextWrapper
with source editing context. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.internal.cmi.extension.ui
Classes in com._1c.g5.v8.dt.internal.cmi.extension.ui that implement IBmLocalEditingContextModifier and TypeClassDescriptionclass
Wraps editorIBmLocalEditingContext
and setsMdPropertyType.EXTENSIBLE
state to reference of edited CI.Constructors in com._1c.g5.v8.dt.internal.cmi.extension.ui with parameters of type IBmLocalEditingContextModifierConstructorDescriptionCmiLocalEditingContext
(IBmLocalEditingContext localEditingContextDelegate, Version version, IExternalPropertyManagerRegistry externalPropertyManagerRegistry, IMdAdoptedPropertyAccess mdAdoptedPropertyAccess, IMdPropertyTypeProvider mdPropertyTypeProvider) Create local CMI EditingContext -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.internal.core.platform.bm.integration
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration that return IBmLocalEditingContextMethods in com._1c.g5.v8.dt.internal.core.platform.bm.integration that return types with arguments of type IBmLocalEditingContext -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context
Classes in com._1c.g5.v8.dt.internal.core.platform.bm.integration.context that implement IBmLocalEditingContextModifier and TypeClassDescriptionfinal class
The local editing context implementation. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.internal.core.platform.bm.integration.history
Methods in com._1c.g5.v8.dt.internal.core.platform.bm.integration.history with parameters of type IBmLocalEditingContextModifier and TypeMethodDescriptionstatic void
HistoryOperationSupport.recordHistoryOperation
(String label, IBmLocalEditingContext editingContext) Constructs anIUndoableOperation
instance that can be used to undo/redo the task associated with the given history entry handle. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.ui.editor
Methods in com._1c.g5.v8.dt.ui.editor that return IBmLocalEditingContext