Package org.apache.log4j.chainsaw
Class FileSaveAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.log4j.chainsaw.FileSaveAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
class FileSaveAction extends javax.swing.AbstractAction
Allows the user to specify a particular file to which the current tab's displayed events will be saved.
-
-
Constructor Summary
Constructors Constructor Description FileSaveAction(LogUI parent)
This action must have a reference to a LogUI in order to retrieve events to save
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-