Package org.eclipse.compare.internal
Class CompareWithOtherResourceAction
java.lang.Object
org.eclipse.compare.internal.BaseCompareAction
org.eclipse.compare.internal.CompareAction
org.eclipse.compare.internal.CompareWithOtherResourceAction
- All Implemented Interfaces:
IActionDelegate
,IObjectActionDelegate
Deprecated.
Temporarily replaced by CompareWithOtherResourceHandler. See bug
264498.
The "Compare with other resource" action.
-
Field Summary
Fields inherited from class org.eclipse.compare.internal.CompareAction
fInput, fWorkbenchPage, showSelectAncestorDialog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isEnabled
(ISelection selection) Deprecated.void
run
(ISelection selection) Deprecated.Methods inherited from class org.eclipse.compare.internal.CompareAction
setActivePart
Methods inherited from class org.eclipse.compare.internal.BaseCompareAction
run, selectionChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.IActionDelegate
run, selectionChanged
-
Constructor Details
-
CompareWithOtherResourceAction
public CompareWithOtherResourceAction()Deprecated.
-
-
Method Details
-
run
Deprecated.- Overrides:
run
in classCompareAction
-
isEnabled
Deprecated.- Overrides:
isEnabled
in classCompareAction
-