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