|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.help.Presentation | +--javax.help.WindowPresentation | +--javax.help.SecondaryWindow
MainWindowPresentation is a class that will create a single main help window for an application. Although there is generally only one per application there can be multiple MainWindowPresentation. By default it is a tri-paned fully decorated window consisting of a toolbar, navigator pane, and help content view. By default the class is not destroyed when the window exits.
WindowPresentation
,
Presentation
Method Summary | |
void |
destroy()
Destroy the SecondaryWindowPresentatin. |
static Presentation |
getPresentation(HelpSet hs,
java.lang.String name)
Get a named SecondaryWindow for a given HelpSet. |
static SecondaryWindow |
getPresentation(java.lang.String name)
Gets a SecondaryWindow if one exists. |
Methods inherited from class javax.help.Presentation |
getCurrentID, getCurrentURL, getHelpSet, getLocale, setCurrentID, setCurrentID, setCurrentURL |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Presentation getPresentation(HelpSet hs, java.lang.String name)
hs
- The HelpSet used in this presentationname
- The name of the Presentation to create - also the name
of the HelpSet.Presentation to use.public static SecondaryWindow getPresentation(java.lang.String name)
name
- Name of the presentation to get
public void destroy()
destroy
in class WindowPresentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |