All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.webrunner.bab.SaveAsAction

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

public class SaveAsAction
extends BAction
implements Serializable
This saves the application model (if set on the BABApp) into a file with extension as specified with BABApp. This brings up a FileChooser for the user to select a directory and file to save and saves the applicaton model.

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

Version:
0.1
See Also:
BAction

Constructor Index

 o SaveAsAction()
Default constructor

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o SaveAsAction
 public SaveAsAction()
Default constructor

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index