Class CompareWithEditorAction

  • All Implemented Interfaces:
    org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

    public class CompareWithEditorAction
    extends CompareWithAction
    • Field Detail

      • COMPARE_EDITOR_ID

        private static final java.lang.String COMPARE_EDITOR_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • CompareWithEditorAction

        public CompareWithEditorAction()
    • Method Detail

      • selectionChanged

        public void selectionChanged​(org.eclipse.jface.action.IAction action,
                                     org.eclipse.jface.viewers.ISelection selection)
        Specified by:
        selectionChanged in interface org.eclipse.ui.IActionDelegate
        Overrides:
        selectionChanged in class CompareWithAction
      • createSelectionDialog

        public static org.eclipse.ui.dialogs.ListDialog createSelectionDialog​(AbstractEditor myEditor,
                                                                              ContentWrapper selectedContent,
                                                                              java.lang.String message)