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) WrapsStringcontent byIBslModuleTextInsertInfoMethods inherited from class com._1c.g5.v8.dt.bsl.ui.event.BslModuleTextInsertInfoServiceProvider
getEventHandlerTextInsertInfo
-
Constructor Details
-
BslModuleRegionsInfoServiceProvider
public BslModuleRegionsInfoServiceProvider()
-
-
Method Details
-
wrap
WrapsStringcontent byIBslModuleTextInsertInfo- Parameters:
moduleTextInsertInfo-IBslModuleTextInsertInfo, can benullcontent-Stringto wrap, can benull- Returns:
- wrapped content
String, can benullif content isnull
-