|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.view.CyHelpBroker
public class CyHelpBroker
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 ActionListener |
getHelpActionListener()
Provides access to an ActionListener that pops up a help dialog. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.help.HelpBroker getHelpBroker()
public static javax.help.HelpSet getHelpSet()
public static boolean addHelpSet(javax.help.HelpSet newHelpSet)
public static boolean removeHelpSet(javax.help.HelpSet hs)
public static ActionListener getHelpActionListener()
JButton helpButton = new JButton("Help"); helpButton.addActionListener( CyHelpBroker.getHelpActionListener() );
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |