Class SaveFileAction

java.lang.Object
javax.swing.AbstractAction
org.loboevolution.menu.file.SaveFileAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SaveFileAction extends AbstractAction

SaveFileAction class.

See Also:
  • Constructor Details

    • SaveFileAction

      public SaveFileAction(BrowserFrame frame)

      Constructor for SaveFileAction.

      Parameters:
      frame - a BrowserFrame object.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)