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
public abstract class CommentNavigationHandler extends BaseHandler
Basic handler for 'Previous comment' and 'Next comment' handlers.
-
-
Constructor Summary
Constructors Constructor Description CommentNavigationHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Point
getCurrentCell(MoxelControl moxelControl)
Get currently selected cell-
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
addHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListener
-
-
-
-
Method Detail
-
getCurrentCell
protected static Point getCurrentCell(MoxelControl moxelControl)
Get currently selected cell- Parameters:
moxelControl
-MoxelControl
- Returns:
Point
which contains cell coordinates,in case of error.
-
-