Package org.apache.log4j.chainsaw
Class CopyEventsToClipboardAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.log4j.chainsaw.CopyEventsToClipboardAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,Serializable,Cloneable,EventListener,javax.swing.Action
public class CopyEventsToClipboardAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyEventsToClipboardAction(LogUI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
CopyEventsToClipboardAction
public CopyEventsToClipboardAction(LogUI parent)
-
-