Package com._1c.g5.v8.dt.bsl.ui.event
Class BslModuleRegionsInfoServiceProvider
java.lang.Object
com._1c.g5.v8.dt.bsl.ui.event.BslModuleTextInsertInfoServiceProvider
com._1c.g5.v8.dt.bsl.ui.event.BslModuleRegionsInfoServiceProvider
- All Implemented Interfaces:
IBslModuleTextInsertInfoServiceProvider
Module regions text insert service provider with text wrap functionality for
IBslModuleTextInsertInfoService
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.bsl.ui.event.BslModuleTextInsertInfoServiceProvider
moduleTextInsertInfoService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap
(IBslModuleTextInsertInfo moduleTextInsertInfo, String content) WrapsString
content byIBslModuleTextInsertInfo
Methods inherited from class com._1c.g5.v8.dt.bsl.ui.event.BslModuleTextInsertInfoServiceProvider
getEventHandlerTextInsertInfo
-
Constructor Details
-
BslModuleRegionsInfoServiceProvider
public BslModuleRegionsInfoServiceProvider()
-
-
Method Details
-
wrap
WrapsString
content byIBslModuleTextInsertInfo
- Parameters:
moduleTextInsertInfo
-IBslModuleTextInsertInfo
, can benull
content
-String
to wrap, can benull
- Returns:
- wrapped content
String
, can benull
if content isnull
-