Package org.cytoscape.application.swing
Interface CyHelpBroker
Deprecated.
JavaHelp no longer used in Cytoscape as of 3.4.
This interface provides access to the Cytoscape Help Broker and
Help Set for managing the JavaHelp system.
Module: swing-application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-application-api</artifactId> </dependency>
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
Modifier and TypeMethodDescriptionjavax.help.HelpBroker
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4.javax.help.HelpSet
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4.
-
Method Details
-
getHelpBroker
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4. Returns the HelpBroker.- Returns:
- the HelpBroker.
-
getHelpSet
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4. Returns the HelpSet.- Returns:
- the HelpSet.
-