Package com._1c.g5.v8.dt.bsl.ui.menu
Class BslAddQlAnnotationCommentHandler
- java.lang.Object
- 
- org.eclipse.core.commands.common.EventManager
- 
- org.eclipse.core.commands.AbstractHandler
- 
- com._1c.g5.v8.dt.bsl.ui.menu.AbstractBslAddAnnotationCommentHandler
- 
- com._1c.g5.v8.dt.bsl.ui.menu.BslAddQlAnnotationCommentHandler
 
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler,- org.eclipse.core.commands.IHandler2
 
 public class BslAddQlAnnotationCommentHandler extends AbstractBslAddAnnotationCommentHandler Implementation ofAbstractBslAddAnnotationCommentHandlerfor Ql annotation comment
- 
- 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.bsl.ui.menu.AbstractBslAddAnnotationCommentHandleroffsetHelper, proposalProvider
 
- 
 - 
Constructor SummaryConstructors Constructor Description BslAddQlAnnotationCommentHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCommentContent()Gets annotation comment content- 
Methods inherited from class com._1c.g5.v8.dt.bsl.ui.menu.AbstractBslAddAnnotationCommentHandlercreateAnnotationComment, execute
 - 
Methods inherited from class org.eclipse.core.commands.AbstractHandleraddHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
getCommentContentprotected String getCommentContent() Description copied from class:AbstractBslAddAnnotationCommentHandlerGets annotation comment content- Specified by:
- getCommentContentin class- AbstractBslAddAnnotationCommentHandler
- Returns:
- comment content, can't be null
 
 
- 
 
-