All Packages  This Package  Class Hierarchy  Class Search  Index

Class HtmlPanel
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----HtmlPanel

  Summary

public class  HtmlPanel
     extends com.sun.java.swing.JPanel
     implements com.sun.java.swing.event.HyperlinkListener
{
          // Constructors 1
     public HtmlPanel(String);

          // Methods 2
     public void hyperlinkUpdate(HyperlinkEvent);
     protected void linkActivated(URL);
}




  Constructors

· HtmlPanel

Summary  |  Top

   public HtmlPanel(String htmlFile) 


  Methods

· hyperlinkUpdate

Summary  |  Top
   public void hyperlinkUpdate(HyperlinkEvent e) 

Notification of a change relative to a hyperlink.

Implements:
hyperlinkUpdate in interface HyperlinkListener


· linkActivated

Summary  |  Top
   protected void linkActivated(URL u) 

Follows the reference in an link. The given url is the requested reference. By default this calls setPage, and if an exception is thrown the original previous document is restored and a beep sounded. If an attempt was made to follow a link, but it represented a malformed url, this method will be called with a null argument.

Parameter Description
u the URL to follow



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7