|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The HelpProvider interface provides a simple interface to an online help system. This abstraction allows components such as JavaHelp or Oracle Help for Java to be automatically handled by JEWT. Oracle Help for Java 4.x provides an implementation of this interface.
HelpProvider implementations should use the default HelpSet and HelpID available via the oracle.bali.ewt.help.HelpUtils class when necessary.
Method Summary | |
void |
showHelp(java.awt.Component component)
Displays help as appropriate for the particular component. |
Method Detail |
public void showHelp(java.awt.Component component) throws HelpUnavailableException
component
- The component to show help forHelpUnavailableException
- If unable to show help properly
|
Oracle JEWT 4.2.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |