Package com._1c.g5.v8.dt.bsl.ui.menu
Class BslAddWarningAnnotationCommentHandler
- 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.BslAddWarningAnnotationCommentHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
public class BslAddWarningAnnotationCommentHandler extends AbstractBslAddAnnotationCommentHandler
Implementation ofAbstractBslAddAnnotationCommentHandler
for skip warning annotation comment
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.bsl.ui.menu.AbstractBslAddAnnotationCommentHandler
offsetHelper, proposalProvider
-
-
Constructor Summary
Constructors Constructor Description BslAddWarningAnnotationCommentHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getCommentContent()
Gets annotation comment content-
Methods inherited from class com._1c.g5.v8.dt.bsl.ui.menu.AbstractBslAddAnnotationCommentHandler
createAnnotationComment, execute
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Method Detail
-
getCommentContent
protected String getCommentContent()
Description copied from class:AbstractBslAddAnnotationCommentHandler
Gets annotation comment content- Specified by:
getCommentContent
in classAbstractBslAddAnnotationCommentHandler
- Returns:
- comment content, can't be
null
-
-