Class SaveProductAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.actions.file.SaveProductAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public final class SaveProductAction extends AbstractAction
Action which closes a selected product.
See Also:
  • Constructor Details

    • SaveProductAction

      public SaveProductAction(ProductNode productNode)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
    • execute

      public Boolean execute()
      Executes the action command.
      Returns:
      Boolean.TRUE on success, Boolean.FALSE on failure, or null on cancellation.