All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.webrunner.bab.ToggleStatusBarAction

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

public class ToggleStatusBarAction
extends BAction
implements Serializable
Toggle StatusBar. This action requires that the status bar is registered with the BAB App.

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

Version:
0.1
See Also:
BAction

Constructor Index

 o ToggleStatusBarAction()
Default constructor

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o ToggleStatusBarAction
 public ToggleStatusBarAction()
Default constructor

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index