|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HelpDispatcher
Interface declaring methods of a dispatcher able to map help keys onto help topics and display them in an appropriate GUI component (such as the JavaHelp window or a web/HTML browser).
T-Plan Robot Enterprise, (C) 2009-2012 T-Plan Limited. All rights reserved.
| Method Summary | |
|---|---|
void |
contextShow(ActionEvent e)
Show contextual help of a component. |
void |
init(Component owner)
Initialize the help dispatcher for the given GUI component. |
void |
initComponentHelpIds()
Initialize the default set of contextual help IDs. |
boolean |
isContextualHelpSupported()
Define whether the contextual help is supported by the dispatcher or not. |
boolean |
isHelpAvailable()
Indicates whether the dispatcher has succeeded to find any help topics or not. |
void |
setHelpId(JComponent component,
String helpId)
Set help ID of a GUI component to enable contextual help. |
void |
show(String helpID,
Component owner,
Boolean modal)
Show the help topic associated with the specified ID (help key). |
| Method Detail |
|---|
void init(Component owner)
owner - default owner for the help window (this makes sense only when
the help window is a Java one).
void setHelpId(JComponent component,
String helpId)
isContextualHelpSupported()
method returns true). The contextual help is a feature allowing to set on the
"Contextual Help" tool bar button and then click onto a GUI component to display
its help topic.
component - a GUI component.helpId - help ID to be associated with the GUI component.
void show(String helpID,
Component owner,
Boolean modal)
helpID - topic ID (help key).owner - optional window owner.modal - modality mode (makes sense only when
the help window is a Java one).boolean isContextualHelpSupported()
boolean isHelpAvailable()
void initComponentHelpIds()
isContextualHelpSupported()
method returns true).
void contextShow(ActionEvent e)
isContextualHelpSupported()
method returns true).
e - action event originating from the "Contextual Help" tool bar button.
|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||