Class FileSaveAction

java.lang.Object
javax.swing.AbstractAction
org.apache.log4j.chainsaw.FileSaveAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

class FileSaveAction extends AbstractAction
Allows the user to specify a particular file to which the current tab's displayed events will be saved.
  • Field Details

  • Constructor Details

    • FileSaveAction

      public FileSaveAction(LogUI parent)
      This action must have a reference to a LogUI in order to retrieve events to save
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)