Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.view
Class CyHelpBroker

java.lang.Object
  extended by cytoscape.view.CyHelpBroker

public class CyHelpBroker
extends Object

This class creates the Cytoscape Help Broker for managing the JavaHelp system and help set access


Method Summary
static boolean addHelpSet(javax.help.HelpSet newHelpSet)
           
static javax.help.HelpBroker getHelpBroker()
          Returns the HelpBroker.
static javax.help.HelpSet getHelpSet()
          Returns the HelpSet.
static boolean removeHelpSet(javax.help.HelpSet hs)
          Removes a help set that was previously added with addHelpSet().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHelpBroker

public static javax.help.HelpBroker getHelpBroker()
Returns the HelpBroker.

Returns:
the HelpBroker.

getHelpSet

public static javax.help.HelpSet getHelpSet()
Returns the HelpSet.

Returns:
the HelpSet.

addHelpSet

public static boolean addHelpSet(javax.help.HelpSet newHelpSet)
Returns:
true if we successfully added the help set, else false

removeHelpSet

public static boolean removeHelpSet(javax.help.HelpSet hs)
Removes a help set that was previously added with addHelpSet().

Returns:
true if "hs" has been successfully removed, false otherwise

www.cytoscape.org