Class LoaderPane.Default

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, SystemConnectionAction<CanSystemConnectionMemo>
Direct Known Subclasses:
LoaderAction
Enclosing class:
LoaderPane

public static class LoaderPane.Default extends CanNamedPaneAction
Nested class to create one of these using old-style defaults
See Also:
  • Field Details

  • Constructor Details

    • Default

      public Default()
    • Default

      public Default(NodeID nodeID)
      Constructor that explicits sets the node to be upgraded
  • Method Details

    • makePanel

      public JmriPanel makePanel()
      Description copied from class: CanNamedPaneAction
      Makes Panel and calls initComponents Invoked as part of the action being invoked, e.g. when button pressed or menu item selected, this runs the panel through the initial part of its life cycle and installs in the given window interface.

      If different or additional initialization is needed, inherit from this class and override this method to do it.

      Overrides:
      makePanel in class CanNamedPaneAction