FreeHEP API
Version v1.2.2

org.freehep.swing.wizard
Interface HasHelpPage


public interface HasHelpPage

A WizardPage that implements this interface can link the user to a help topic. When a HasHelpPage page is showing, the "Help" button will enable.

Author:
Jonas Gifford, Peter Armstrong
See Also:
WizardPage

Method Summary
 String getHelpTopic()
          Returns the help topic to open if the user clicks on the "Help" button.
 

Method Detail

getHelpTopic

public String getHelpTopic()
Returns the help topic to open if the user clicks on the "Help" button. This string must be one of the XML targets. (This is a cheesy adaptation of what Jonas built for the Oracle Help system.)


FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.