org.autoplot.help.AutoplotHelpViewer
Extends the BasicContentViewerUI to allow the use of external links in
the JavaHelp html. Any link with an explicitly specified protocol of http
,
ftp
, or mailto
will be opened in the desktop
default application.
This class never need be instantiated directly; the JavaHelp system is told
to use it as the viewer.
AutoplotHelpViewer( JHelpContentViewer x )
createUI
createUI( javax.swing.JComponent x ) → javax.swing.plaf.ComponentUI
Parameters
x - a JComponent
Returns:
javax.swing.plaf.ComponentUI
[search for examples]
[view on GitHub]
[view on old javadoc]
hyperlinkUpdate
hyperlinkUpdate( javax.swing.event.HyperlinkEvent he ) → void
Parameters
he - a HyperlinkEvent
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]