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.integrationMethods in com._1c.g5.v8.bm.integration that return IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContextIBmModel. 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.editorsMethods in com._1c.g5.v8.dt.bp.scheme.ui.editors that return IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContextBpSchemeEditor. getLocalEditingContext()Returns editor's local editing context.
- 
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.coreClasses in com._1c.g5.v8.dt.core that implement IBmLocalEditingContext Modifier and Type Class Description static classV8Commands.ReadOnlyEditingContextWrapperSpecial wrapper around theIBmLocalEditingContextwhich 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.ReadOnlyEditingContextWrapperwith source editing context.
- 
Uses of IBmLocalEditingContext in com._1c.g5.v8.dt.ui.editorMethods in com._1c.g5.v8.dt.ui.editor that return IBmLocalEditingContext Modifier and Type Method Description IBmLocalEditingContextDtEditor. getEditingContext()
 
-