Class ItalicHandler
- 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.ItalicHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.ui.commands.IElementUpdater
public class ItalicHandler extends FontPropertyHandler implements org.eclipse.core.commands.IHandler
Handler for 'Italic' command
-
-
Constructor Summary
Constructors Constructor Description ItalicHandler()
Creates new instance ofItalicHandler
-
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
-
-
-
-
Constructor Detail
-
ItalicHandler
public ItalicHandler()
Creates new instance ofItalicHandler
-
-