Package fr.chsn.hostpingchecker.actions
Class LoadListAction
java.lang.Object
javax.swing.AbstractAction
fr.chsn.hostpingchecker.actions.LoadListAction
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class LoadListAction
extends javax.swing.AbstractAction
- Since:
- 1.9.0
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LoadListAction(MainWindow parent, java.lang.String title) -
Method Summary
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 Details
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-