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 ofIBslModuleEventsLookupwith 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 StringcreateInsertContentProposals(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 benullset- param set, can't benulleventName- event name, can't benullisMainItem-trueif event from main item of form,falseotherwiseisCommandHandler-trueif event from command of form,falseotherwiseactualBslModule- actual BSL module, cannot benullprocedureDerictive- procedure directive, can't benullprocedureAnnotation- annotation directive, can't benullextensionPrefix- prefix of extension project, can't benulloffset- current cursor offsetdocument- actualIDocument, can't benullisRussian- whether current script variant is russian- Returns:
- insert content assist proposals, never
null
-
-