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 SummaryFields inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandlershift
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.ChangeZOrderHandlerexecuteMethods 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.IHandleraddHandlerListener, dispose, execute, isEnabled, isHandled, removeHandlerListener
- 
Constructor Details- 
MoveToFrontHandlerpublic MoveToFrontHandler()Creates new instance ofMoveToFrontHandler
 
-