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.
-
oh_HtmlHelpFrame(JFrame, String, String)
- Constructor.
-
goToPage(URL)
- Follow the reference in a link.
-
hyperlinkUpdate(HyperlinkEvent)
- Notification of a change relative to a hyperlink.
-
registerActions()
- Register the actions supported by this frame.
oh_HtmlHelpFrame
public oh_HtmlHelpFrame(JFrame InputParentFrame,
String InputFrameTitle,
String InputFilePathnameString)
- Constructor.
registerActions
protected void registerActions()
- Register the actions supported by this frame.
- Overrides:
- registerActions in class xu_Frame
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
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent InputHyperlinkEvent)
- Notification of a change relative to a hyperlink.
All Packages Class Hierarchy This Package Previous Next Index