Class ShowTutorialsPageAction

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

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

    • ShowTutorialsPageAction

      public ShowTutorialsPageAction()
  • Method Details

    • actionPerformed

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