All Packages Class Hierarchy This Package Previous Next Index
Interface jas.util.HasHelpPage
- public interface HasHelpPage
A JASWizardPage that implements this interface can link the user to
a help topic. When a HasHelpPage page is showing, the "Help" button
will enable.
- See Also:
- JASWizardPage
-
getHelpBook()
- Returns the Book object where the appropriate help topic can be found.
-
getHelpTopic()
- Returns the help topic to open if the user clicks on the "Help" button.
getHelpBook
public abstract int getHelpBook()
- Returns the Book object where the appropriate help topic can be found. Book objects
can be accessed through static constants in the Application class.
- Returns:
- integer corresponding to the Book where the help topic can be found
- See Also:
- Application
getHelpTopic
public abstract String getHelpTopic()
- Returns the help topic to open if the user clicks on the "Help" button. This
string must be in the
.oht topics file for the specified book.
- Returns:
- the topic as included in the
.oht topics file.
All Packages Class Hierarchy This Package Previous Next Index