Class AlignTableAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrix.rps.aligntable.AlignTableAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class AlignTableAction extends AbstractAction
Swing action to create and register a AlignTableFrame object.

Only one frame is used (e.g. it's reused) because notification is not yet completely in place.

Note that we only allow one of these right now.

See Also: