Class HelpAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class HelpAction
    extends JosmAction
    Open a help browser and displays lightweight online help.
    Since:
    155
    See Also:
    Serialized Form
    • Constructor Detail

      • HelpAction

        public HelpAction()
        Constructs a new HelpAction.
      • HelpAction

        private HelpAction​(boolean shortcut)
    • Method Detail

      • createWithoutShortcut

        public static HelpAction createWithoutShortcut()
        Constructs a new HelpAction without assigning a shortcut.
        Returns:
        a new HelpAction
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)