Class CommentNavigationHandler
java.lang.Object
com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
com._1c.g5.v8.dt.moxel.ui.handlers.CommentNavigationHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
- Direct Known Subclasses:
NextCommentHandler
,PreviousCommentHandler
Basic handler for 'Previous comment' and 'Next comment' handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Point
getCurrentCell
(MoxelControl moxelControl) Get currently selected cellMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.commands.IHandler
execute
-
Constructor Details
-
CommentNavigationHandler
public CommentNavigationHandler()
-
-
Method Details
-
getCurrentCell
Get currently selected cell- Parameters:
moxelControl
-MoxelControl
- Returns:
Point
which contains cell coordinates,in case of error.
-