Class RedoAction

    • Constructor Detail

      • RedoAction

        public RedoAction​(IWorkbenchPart part)
        Creates a RedoAction and associates it with the given workbech part.
        Parameters:
        part - The workbench part this action is associated with.
      • RedoAction

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