Uses of Interface
com._1c.g5.v8.bm.integration.IBmLocalEditingContext
-
Packages that use IBmLocalEditingContext Package Description com._1c.g5.v8.bm.integration com._1c.g5.v8.dt.bp.scheme.ui.editors com._1c.g5.v8.dt.core com._1c.g5.v8.dt.ui.editor -
-
Uses of IBmLocalEditingContext in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContext
IBmModel. createLocalContext(String name)
Creates a local context.Methods in com._1c.g5.v8.bm.integration that return types with arguments of type IBmLocalEditingContext Modifier and Type Method Description List<IBmLocalEditingContext>
IBmModel. 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 IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContext
BpSchemeEditor. 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 IBmLocalEditingContext Modifier and Type Class Description static class
V8Commands.ReadOnlyEditingContextWrapper
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 IBmLocalEditingContext Constructor Description ReadOnlyEditingContextWrapper(IBmLocalEditingContext sourceContext)
Initializes the instance of theV8Commands.ReadOnlyEditingContextWrapper
with source editing context. -
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.ui.editor
Methods in com._1c.g5.v8.dt.ui.editor that return IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContext
DtEditor. getEditingContext()
-