Package jmri.jmrit.beantable
Class SetPhysicalLocationAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.beantable.SetPhysicalLocationAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class SetPhysicalLocationAction extends javax.swing.AbstractAction
Swing action to create a SetPhysicalLocation dialog.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetPhysicalLocationAction(java.lang.String s, Reporter reporter)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Action method.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
SetPhysicalLocationAction
public SetPhysicalLocationAction(java.lang.String s, Reporter reporter)
Constructor.- Parameters:
s
- title of the actionreporter
-Reporter
to use
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Action method.- Parameters:
e
- the associatedActionEvent
that triggered this action
-
-