Class CompareWithExternalAction
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- de.loskutov.anyedit.actions.compare.CompareWithAction
-
- de.loskutov.anyedit.actions.compare.CompareWithExternalAction
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
,org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IObjectActionDelegate
public class CompareWithExternalAction extends CompareWithAction
-
-
Field Summary
-
Fields inherited from class de.loskutov.anyedit.actions.compare.CompareWithAction
editor, selectedContent
-
-
Constructor Summary
Constructors Constructor Description CompareWithExternalAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StreamContent
createRightContent(StreamContent left)
static void
preSelectPath(org.eclipse.swt.widgets.FileDialog dialog)
static void
rememberPath(java.lang.String path)
-
Methods inherited from class de.loskutov.anyedit.actions.compare.CompareWithAction
createContent, createContentFromFile, createLeftContent, execute, run, selectionChanged, setActivePart
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Method Detail
-
createRightContent
protected StreamContent createRightContent(StreamContent left) throws org.eclipse.core.runtime.CoreException
- Specified by:
createRightContent
in classCompareWithAction
- Throws:
org.eclipse.core.runtime.CoreException
-
rememberPath
public static void rememberPath(java.lang.String path)
-
preSelectPath
public static void preSelectPath(org.eclipse.swt.widgets.FileDialog dialog)
-
-