easik.ui.menu
Class HelpAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by easik.ui.menu.HelpAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class HelpAction
extends javax.swing.AbstractAction

Menu action for launching help

Version:
2006-07-19 Vera Ranieri
Author:
Rob Fletcher 2005, Vera Ranieri 2006
See Also:
Serialized Form

Field Summary
(package private)  javax.swing.JFrame _appFrame
          The application frame
(package private)  Sketch _theSketch
          The current sketch
 
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
HelpAction(Sketch inSketch, javax.swing.JFrame inFrame)
          Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Registers when the user selects to view the Help
 
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
 

Field Detail

_theSketch

Sketch _theSketch
The current sketch


_appFrame

javax.swing.JFrame _appFrame
The application frame

Constructor Detail

HelpAction

public HelpAction(Sketch inSketch,
                  javax.swing.JFrame inFrame)
Constructor

Parameters:
inSketch - The current sketch
inFrame - The current frame
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Registers when the user selects to view the Help

Parameters:
e - The action event