Class MoveUpHandler
- 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.MoveUpHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
public class MoveUpHandler extends ChangeZOrderHandler implements org.eclipse.core.commands.IHandler
Handler for 'Move up' command
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandler
shift
-
-
Constructor Summary
Constructors Constructor Description MoveUpHandler()
Creates new instance ofMoveUpHandler
-
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
-
-
-
-
Constructor Detail
-
MoveUpHandler
public MoveUpHandler()
Creates new instance ofMoveUpHandler
-
-