Class UndoAction

    • Constructor Detail

      • UndoAction

        public UndoAction​(IEditorPart editor)
        Creates an UndoAction and associates it with the given editor.
        Parameters:
        editor - The editor this action is associated with.
      • UndoAction

        public UndoAction​(IWorkbenchPart part)
        Creates an UndoAction and associates it with the given editor.
        Parameters:
        part - The workbench part this action is associated with.