Class ReportIssueAction

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

public class ReportIssueAction extends AbstractAction
This action launches the default browser to display the web page explaining how to best report an issue.
See Also:
  • Constructor Details

    • ReportIssueAction

      public ReportIssueAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Launches the default browser to display the web page. Invoked when a command action is performed.
      Parameters:
      event - the command event.