Class SaveProductAsAction

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

public final class SaveProductAsAction extends AbstractAction
Action which saves a selected product using a new name.
See Also:
  • Field Details

    • PREFERENCES_KEY_PRODUCT_CONVERSION_REQUIRED

      public static final String PREFERENCES_KEY_PRODUCT_CONVERSION_REQUIRED
      See Also:
    • PREFERENCES_KEY_LAST_PRODUCT_DIR

      public static final String PREFERENCES_KEY_LAST_PRODUCT_DIR
      See Also:
  • Constructor Details

    • SaveProductAsAction

      public SaveProductAsAction(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.