All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oh.oh_HtmlHelpFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----xu.xu_Frame
                                                   |
                                                   +----oh.oh_HtmlHelpFrame

public class oh_HtmlHelpFrame
extends xu_Frame
implements HyperlinkListener
oh_HtmlHelpFrame is an internal frame containing just a text area for the display and editing of an HTML file.


Constructor Index

 o oh_HtmlHelpFrame(JFrame, String, String)
Constructor.

Method Index

 o goToPage(URL)
Follow the reference in a link.
 o hyperlinkUpdate(HyperlinkEvent)
Notification of a change relative to a hyperlink.
 o registerActions()
Register the actions supported by this frame.

Constructors

 o oh_HtmlHelpFrame
 public oh_HtmlHelpFrame(JFrame InputParentFrame,
                         String InputFrameTitle,
                         String InputFilePathnameString)
Constructor.

Methods

 o registerActions
 protected void registerActions()
Register the actions supported by this frame.

Overrides:
registerActions in class xu_Frame
 o goToPage
 protected void goToPage(URL InputNewUrl)
Follow the reference in a 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.

Parameters:
InputNewUrl - the URL to follow
 o hyperlinkUpdate
 public void hyperlinkUpdate(HyperlinkEvent InputHyperlinkEvent)
Notification of a change relative to a hyperlink.


All Packages  Class Hierarchy  This Package  Previous  Next  Index