pipe.gui
Class HelpBox

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by pipe.gui.GuiAction
          extended by pipe.gui.HelpBox
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, javax.swing.event.HyperlinkListener

public class HelpBox
extends GuiAction
implements javax.swing.event.HyperlinkListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
HelpBox(java.lang.String name, java.lang.String tooltip, java.lang.String keystroke, java.lang.String filename)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
           
 void setPage(java.lang.String filename)
          Sets the page to the given non-absolute filename assumed to be in the Docs directory
 
Methods inherited from class pipe.gui.GuiAction
isSelected, setSelected
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpBox

public HelpBox(java.lang.String name,
               java.lang.String tooltip,
               java.lang.String keystroke,
               java.lang.String filename)
Method Detail

setPage

public void setPage(java.lang.String filename)
Sets the page to the given non-absolute filename assumed to be in the Docs directory


actionPerformed

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

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener