S-PLUS Connect/Java v1.0

com.insightful.splus
Interface SplusHelpQueryHandler

All Known Implementing Classes:
SplusWinApp

public interface SplusHelpQueryHandler

Interface supporting methods to query the help system.


Method Summary
 void displayHelpOnTopic(String topicId)
          Display help for a specified topic.
 void displayHelpView(String viewId)
          Display a particular help index view.
 com.insightful.splus.SplusHelpManagerInstance getHelpManagerInstance()
          Get the help manager instance.
 

Method Detail

displayHelpOnTopic

public void displayHelpOnTopic(String topicId)
Display help for a specified topic.


displayHelpView

public void displayHelpView(String viewId)
Display a particular help index view. This can be "TOC", "Index", or "Search".


getHelpManagerInstance

public com.insightful.splus.SplusHelpManagerInstance getHelpManagerInstance()
Get the help manager instance. Return null if the queries are being handled without using an SplusHelpManagerInstance.


S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.