Cytoscape 3.0.1 API

org.cytoscape.application.swing
Interface CyHelpBroker


public interface CyHelpBroker

This interface provides access to the Cytoscape Help Broker and Help Set for managing the JavaHelp system.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 HelpBroker getHelpBroker()
          Returns the HelpBroker.
 HelpSet getHelpSet()
          Returns the HelpSet.
 

Method Detail

getHelpBroker

HelpBroker getHelpBroker()
Returns the HelpBroker.

Returns:
the HelpBroker.

getHelpSet

HelpSet getHelpSet()
Returns the HelpSet.

Returns:
the HelpSet.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.