Class SaveAction

All Implemented Interfaces:
Disposable, UpdateAction, IAction

public class SaveAction extends EditorPartAction
An action to save the editor's current state.
  • Constructor Details

    • SaveAction

      public SaveAction(IEditorPart editor)
      Constructs a SaveAction and associates it with the given editor.
      Parameters:
      editor - the IEditorPart
  • Method Details