Class HelpTipDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, HyperlinkListener, RootPaneContainer, WindowConstants

public class HelpTipDialog extends JDialog implements HyperlinkListener
Class HelpTipDialog
Version:
%I%, %G%
Author:
Unidata development team
See Also:
  • Field Details

  • Constructor Details

    • HelpTipDialog

      public HelpTipDialog(XmlResourceCollection resources, ActionListener actionListener, XmlObjectStore store, Class origin, boolean showByDefault)
      Create the HelpTipDialog
      Parameters:
      resources - list of XML resources
      actionListener - listener for changes
      store - store for persistence
      origin - calling class
      showByDefault - true to show by default
  • Method Details

    • writeShowNextTime

      public void writeShowNextTime()
      Write show next time
    • close

      public void close()
      Close the dialog
    • getStore

      public XmlObjectStore getStore()
      Get the persistence store
      Returns:
      the persistence
    • click

      public void click(String url)
      Handle a click on a link
      Parameters:
      url - the link definition
    • hyperlinkUpdate

      public void hyperlinkUpdate(HyperlinkEvent e)
      Handle a change to a link
      Specified by:
      hyperlinkUpdate in interface HyperlinkListener
      Parameters:
      e - the link's event