All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.webrunner.bab.AboutAction

java.lang.Object
   |
   +----com.sun.java.swing.AbstractAction
           |
           +----com.ibm.webrunner.bab.BAction
                   |
                   +----com.ibm.webrunner.bab.AboutAction

public class AboutAction
extends BAction
implements Serializable
Brings up a message dialog with information About the Application. The information itself is obtained from BAB App.

Modification(s) History :
09/21/98 - created

Version:
0.1
See Also:
BAction

Constructor Index

 o AboutAction()
Default constructor

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o AboutAction
 public AboutAction()
Default constructor

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class BAction

All Packages  Class Hierarchy  This Package  Previous  Next  Index