Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class and Description |
---|---|
class |
MainWindow
MainWindow is a class that will create a single main help
window for an application.
|
class |
Popup
Popup is a Presentation class that will create a popup help window for an
application.
|
class |
SecondaryWindow
MainWindowPresentation is a class that will create a single main help
window for an application.
|
class |
WindowPresentation
Window Presentation is an abstract class providing a generic interface for
the development of Window Presentations.
|
Modifier and Type | Method and Description |
---|---|
static Presentation |
Presentation.getPresentation(HelpSet hs,
java.lang.String name)
Get a "name" Presentation given the passed HelpSet.
|
static Presentation |
MainWindow.getPresentation(HelpSet hs,
java.lang.String name)
Creates a new MainWindow for a given HelpSet and
HelpSet.Presentation "name".
|
static Presentation |
SecondaryWindow.getPresentation(HelpSet hs,
java.lang.String name)
Get a named SecondaryWindow for a given HelpSet.
|
static Presentation |
Popup.getPresentation(HelpSet hs,
java.lang.String name)
create a new Popup for a given HelpSet and HelpSet.Presentation
"name".
|