public class SecondaryWindow extends WindowPresentation
WindowPresentation
,
Presentation
Modifier and Type | Method and Description |
---|---|
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.
|
createHelpWindow, getActivationWindow, getCurrentView, getFont, getHelpSetPresentation, getHelpWindow, getLocation, getScreen, getSize, getTitle, isDestroyedOnExit, isDisplayed, isTitleSetFromDocument, isToolbarDisplayed, isViewDisplayed, setActivationObject, setActivationWindow, setCurrentView, setDestroyOnExit, setDisplayed, setFont, setHelpSet, setHelpSetPresentation, setLocale, setLocation, setScreen, setSize, setTitle, setTitleFromDocument, setToolbarDisplayed, setViewDisplayed
getCurrentID, getCurrentURL, getHelpModel, getHelpSet, getLocale, setCurrentID, setCurrentID, setCurrentURL
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 getpublic void destroy()
destroy
in class WindowPresentation