|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.sciss.gui.HelpFrame
public class HelpFrame
A frame displaying online HTML help pages.
Field Summary | |
---|---|
static java.lang.Object |
COMP_HELP
Identifier for Application.getComponent |
protected javax.swing.JButton |
ggBack
|
protected javax.swing.JButton |
ggEdit
|
protected java.util.ArrayList |
history
|
protected int |
historyIndex
|
protected AbstractWindow |
win
|
Constructor Summary | |
---|---|
HelpFrame()
Creates a new help frame. |
Method Summary | |
---|---|
void |
dispose()
|
void |
hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
|
void |
loadHelpFile(java.lang.String fileName)
Replaces the window's contents by a new HTML file. |
protected void |
loadURL()
|
protected void |
openInBrowser()
|
static void |
openViewerAndLoadHelpFile(java.lang.String fileName)
Views a help document. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Object COMP_HELP
protected final javax.swing.JButton ggEdit
protected final javax.swing.JButton ggBack
protected final java.util.ArrayList history
protected int historyIndex
protected final AbstractWindow win
Constructor Detail |
---|
public HelpFrame()
loadHelpFile
to change the content.
loadHelpFile( String )
Method Detail |
---|
public void dispose()
public static void openViewerAndLoadHelpFile(java.lang.String fileName)
COMP_HELP
).
fileName
- relative file name of
the help text, omitting
the directory and the ".html" suffixpublic void loadHelpFile(java.lang.String fileName)
fileName
- relative file name of
the help text, omitting
the directory and the ".html" suffixprotected void loadURL() throws java.io.IOException
java.io.IOException
protected void openInBrowser()
public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
hyperlinkUpdate
in interface javax.swing.event.HyperlinkListener
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |