Package org.cytoscape.application.swing
Interface CyHelpBroker
-
@Deprecated public 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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.help.HelpBroker
getHelpBroker()
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4.javax.help.HelpSet
getHelpSet()
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4.
-
-
-
Method Detail
-
getHelpBroker
@Deprecated javax.help.HelpBroker getHelpBroker()
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4. Returns the HelpBroker.- Returns:
- the HelpBroker.
-
getHelpSet
@Deprecated javax.help.HelpSet getHelpSet()
Deprecated.JavaHelp no longer used in Cytoscape as of 3.4. Returns the HelpSet.- Returns:
- the HelpSet.
-
-