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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static PointgetCurrentCell(MoxelControl moxelControl) Get currently selected cellMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandleraddHandlerListener, dispose, getControl, isEnabled, isHandled, removeHandlerListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.commands.IHandlerexecute
- 
Constructor Details- 
CommentNavigationHandlerpublic CommentNavigationHandler()
 
- 
- 
Method Details- 
getCurrentCellGet currently selected cell- Parameters:
- moxelControl-- MoxelControl
- Returns:
- Pointwhich contains cell coordinates,- in case of error. 
 
 
-