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(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 org.eclipse.compare.internal.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 org.eclipse.compare.internal.CompareAction
setActivePartMethods inherited from class org.eclipse.compare.internal.BaseCompareAction
run, selectionChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.ui.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
Deprecated.- Overrides:
runin classCompareAction
-
isEnabled
Deprecated.- Overrides:
isEnabledin classCompareAction
-