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 -
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
-
MoveToFrontHandler
public MoveToFrontHandler()Creates new instance ofMoveToFrontHandler
-