public class SecondaryWindow extends WindowPresentation
WindowPresentation
,
Presentation
Modifier and Type | Method | Description |
---|---|---|
void |
destroy() |
Destroy the SecondaryWindowPresentatin.
|
static SecondaryWindow |
getPresentation(java.lang.String name) |
Gets a SecondaryWindow if one exists.
|
static Presentation |
getPresentation(HelpSet hs,
java.lang.String name) |
Get a named SecondaryWindow for a given HelpSet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentID, getCurrentURL, getHelpModel, getHelpSet, getLocale, setCurrentID, setCurrentID, setCurrentURL
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
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