Class NumberMapAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.z21server.NumberMapAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class NumberMapAction extends AbstractAction
Called from a menu to display the Turnout Number Mapping Window.
See Also:
  • Constructor Details

    • NumberMapAction

      public NumberMapAction(String name)
      Constructor. If none of the supported managers exist, disable the action instance. Called when building the menu.
      Parameters:
      name - - the menu entry
    • NumberMapAction

      public NumberMapAction()
  • Method Details