Class UnderlineHandler
java.lang.Object
com._1c.g5.v8.dt.moxel.ui.handlers.BaseHandler
com._1c.g5.v8.dt.moxel.ui.handlers.FontPropertyHandler
com._1c.g5.v8.dt.moxel.ui.handlers.UnderlineHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.ui.commands.IElementUpdater
public class UnderlineHandler
extends FontPropertyHandler
implements org.eclipse.core.commands.IHandler
Handler for 'Underline' command
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.moxel.ui.handlers.FontPropertyHandler
execute, updateElement
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
-
UnderlineHandler
public UnderlineHandler()Creates new instance ofUnderlineHandler
-