Class CompareBslFileTranslationHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.e1c.langtool.v8.dt.internal.bsl.ui.commands.CompareBslTranslationAbstractHandler
com.e1c.langtool.v8.dt.internal.bsl.ui.commands.CompareBslFileTranslationHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler,org.eclipse.core.commands.IHandler2
Command handler implementation to open side-by-side BSL file editor from Resources perspective.
Will open side-by-side editor with selected BSL file and their counterpart from linked translated/translating project.
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.internal.bsl.ui.commands.CompareBslTranslationAbstractHandler
qualifiedNameFilePathConverter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoPreprocessEvent(org.eclipse.core.commands.ExecutionEvent event) protected voiddoProcessItem(org.eclipse.ui.IWorkbenchWindow workbenchWindow, Object item) Methods inherited from class com.e1c.langtool.v8.dt.internal.bsl.ui.commands.CompareBslTranslationAbstractHandler
execute, openSideBySideEditorMethods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
Constructor Details
-
CompareBslFileTranslationHandler
public CompareBslFileTranslationHandler()
-
-
Method Details
-
doPreprocessEvent
protected void doPreprocessEvent(org.eclipse.core.commands.ExecutionEvent event) - Specified by:
doPreprocessEventin classCompareBslTranslationAbstractHandler
-
doProcessItem
- Specified by:
doProcessItemin classCompareBslTranslationAbstractHandler
-