Class ShowHomePageAction

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

public class ShowHomePageAction extends AbstractAction
This action launches the default browser to display the project web page.
See Also:
  • Constructor Details

    • ShowHomePageAction

      public ShowHomePageAction()
  • Method Details

    • actionPerformed

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