Package jmri.jmrix.maple.assignment
Class ListAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.maple.assignment.ListAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ListAction extends javax.swing.AbstractAction
Swing action to create and register a ListFrame object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListAction(java.lang.String s, MapleSystemConnectionMemo memo)
ListAction(MapleSystemConnectionMemo memo)
-
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
-
-
-
-
Constructor Detail
-
ListAction
public ListAction(java.lang.String s, MapleSystemConnectionMemo memo)
-
ListAction
public ListAction(MapleSystemConnectionMemo memo)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-