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(forRemoval=true,
since="2026-03")
public class CompareWithOtherResourceAction
extends CompareAction
Deprecated, for removal: This API element is subject to removal in a future version.
Temporarily replaced by CompareWithOtherResourceHandler. See bug
264498.
The "Compare with other resource" action.
-
Field Summary
Fields inherited from class CompareAction
fInput, fWorkbenchPage, showSelectAncestorDialog -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisEnabled(ISelection selection) Deprecated.voidrun(ISelection selection) Deprecated.Methods inherited from class CompareAction
setActivePartMethods inherited from class BaseCompareAction
run, selectionChangedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IActionDelegate
run, selectionChanged
-
Constructor Details
-
CompareWithOtherResourceAction
public CompareWithOtherResourceAction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
run
-
isEnabled
Deprecated.- Overrides:
isEnabledin classCompareAction
-