FreeHEP API
Version current

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
Source Code:
HasHelpPage.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.