Package com._1c.g5.v8.dt.bsl.ui.event
Interface IBslModuleExtensionEventsLookup
-
- All Superinterfaces:
IBslModuleEventsLookup
- All Known Implementing Classes:
BslModuleEventsLookup
public interface IBslModuleExtensionEventsLookup extends IBslModuleEventsLookup
Special extension ofIBslModuleEventsLookup
with special method for creating signature of the event handler for extension Bsl module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, String procedureAnnotation, String extensionPrefix, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)
Creates insert content assist proposals of event handler for extension module-
Methods inherited from interface com._1c.g5.v8.dt.bsl.ui.event.IBslModuleEventsLookup
createHandlerInForm, createInsertContentProposals, findHandlerInForm, getPositionOfInsertionEvent, getValidName
-
-
-
-
Method Detail
-
createInsertContentProposals
String createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, String procedureAnnotation, String extensionPrefix, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)
Creates insert content assist proposals of event handler for extension module- Parameters:
event
- handle events, can't benull
set
- param set, can't benull
eventName
- event name, can't benull
isMainItem
-true
if event from main item of form,false
otherwiseisCommandHandler
-true
if event from command of form,false
otherwiseactualBslModule
- actual BSL module, cannot benull
procedureDerictive
- procedure directive, can't benull
procedureAnnotation
- annotation directive, can't benull
extensionPrefix
- prefix of extension project, can't benull
offset
- current cursor offsetdocument
- actualIDocument
, can't benull
isRussian
- whether current script variant is russian- Returns:
- insert content assist proposals, never
null
-
-