Class MoveDownHandler
java.lang.Object
com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandler
com._1c.g5.v8.dt.moxel.ui.handlers.MoveDownHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
public class MoveDownHandler
extends ChangeZOrderHandler
implements org.eclipse.core.commands.IHandler
Handler for 'Move down' command
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandler
shift
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandler
execute
Methods 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
addHandlerListener, dispose, execute, isEnabled, isHandled, removeHandlerListener
-
Constructor Details
-
MoveDownHandler
public MoveDownHandler()Creates new instance ofMoveDownHandler
-