javax.help
Class HomeAction

java.lang.Object
  |
  +--javax.help.AbstractHelpAction
        |
        +--javax.help.HomeAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, HelpAction

public class HomeAction
extends AbstractHelpAction
implements java.awt.event.ActionListener


Constructor Summary
HomeAction(java.lang.Object control)
          Creates new HomeAction
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class javax.help.AbstractHelpAction
addPropertyChangeListener, getControl, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeAction

public HomeAction(java.lang.Object control)
Creates new HomeAction

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener