Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
javax.help.event |
Supports event changes in JavaHelp classes.
|
javax.help.plaf.basic |
Modifier and Type | Method and Description |
---|---|
void |
JHelp.helpSetAdded(HelpSetEvent e)
Adds a new HelpSet to "our" HelpSet.
|
void |
JHelp.helpSetRemoved(HelpSetEvent e)
Removes a HelpSet from "our" HelpSet.
|
Modifier and Type | Method and Description |
---|---|
void |
HelpSetListener.helpSetAdded(HelpSetEvent e)
Invoked when a new HelpSet is added.
|
void |
HelpSetListener.helpSetRemoved(HelpSetEvent e)
Invoked when a new HelpSet is removed.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicFavoritesNavigatorUI.helpSetAdded(HelpSetEvent ev) |
void |
BasicFavoritesNavigatorUI.helpSetRemoved(HelpSetEvent ev) |