|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HelpListener extends EventListener
Defines the interface for an object that is notified whenever help is requested for a PDML panel or a component on a panel.
Add a HelpListener to a PanelManager
to provide help using an alternate help system.
PanelManager,
HelpEvent| Modifier and Type | Method and Description |
|---|---|
void |
contextHelpRequested(HelpEvent e)
Invoked when context help for a component is requested. |
void |
panelHelpRequested(HelpEvent e)
Invoked when panel help is requested. |
| Method Detail |
|---|
void panelHelpRequested(HelpEvent e)
void contextHelpRequested(HelpEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||