public class ContextSensitiveHelpAction extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
helpTopic
the help topic
|
Constructor and Description |
---|
ContextSensitiveHelpAction()
Creates a help topic for the root help topic
|
ContextSensitiveHelpAction(java.lang.String helpTopic) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
setHelpTopic(java.lang.String relativeHelpTopic)
Sets the help topic
|
private java.lang.String helpTopic
public ContextSensitiveHelpAction()
public ContextSensitiveHelpAction(java.lang.String helpTopic)
helpTopic
- public void setHelpTopic(java.lang.String relativeHelpTopic)
relativeHelpTopic
- the relative help topicpublic void actionPerformed(java.awt.event.ActionEvent e)