|
Oracle JEWT 4.2.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.bali.ewt.help.JavaHelpProvider
The JavaHelpProvider acts as an adapter to fit JavaHelp into the JEWT HelpProvider interface. An instance of JavaHelpProvider has an associated JHelp object, which it uses to display help on request.
Constructor Summary | |
JavaHelpProvider(javax.help.JHelp help)
Creates a JavaHelpProvider for the given JHelp object. |
Method Summary | |
void |
showHelp(java.awt.Component component)
Displays help as appropriate for the particular component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaHelpProvider(javax.help.JHelp help)
help
- The JHelp object to use to display help.Method Detail |
public void showHelp(java.awt.Component component) throws HelpUnavailableException
showHelp
in interface HelpProvider
component
- The component to show help forHelpUnavailableException
- If unable to show help properly
|
Oracle JEWT 4.2.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |