public class HelpOperator extends WindowOperator (Code)
Class implementing all necessary methods for handling "IDE Help" Frame.
Normally the Help window is a JFrame.
But the Help window can be transformed to a JDialog
when another modal dialog is shown. This operator can handle both states.
See Also:HelpAction
Constructor Summary
public
HelpOperator() Creates new HelpOperator that can handle it.
Creates new HelpOperator that can handle it. It tries to find a window
which contains some javax.help.JHelp* sub component.
It throws TimeoutExpiredException when window is not found
Creates new HelpOperator that can handle it. It tries to find a window
which contains some javax.help.JHelp* sub component and the window
has given title.
It throws TimeoutExpiredException when JFrame not found
Parameters: title - String help frame title