|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ka2ddo.yaac.gui.HelpAction
public class HelpAction
This class implements the basic functionality for launching help from a Help button.
| Constructor Summary | |
|---|---|
HelpAction(HasHelpTag tagProvider)
Create a Help ActionListener for a dynamic help tag. |
|
HelpAction(java.lang.String helpTag)
Create a Help ActionListener for a particular static help tag. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Respond when the Help button is pushed. |
static javax.swing.JButton |
createHelpButton(HasHelpTag tagProvider)
Create a JButton for launching help. |
static javax.swing.JButton |
createHelpButton(java.lang.String helpTag)
Create a JButton for launching help. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelpAction(java.lang.String helpTag)
helpTag - String of help tagpublic HelpAction(HasHelpTag tagProvider)
tagProvider - HasHelpTag implementer providing the help tag| Method Detail |
|---|
public static javax.swing.JButton createHelpButton(java.lang.String helpTag)
helpTag - help tag String for launched help
public static javax.swing.JButton createHelpButton(HasHelpTag tagProvider)
tagProvider - HasHelpTag implementer that provides a dynamic tag value
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - ActionEvent identifying the help button
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||