Class PaneOpsProgFrame

All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, PaneContainer, ModifiedFlag, WindowInterface

public class PaneOpsProgFrame extends PaneProgFrame
Extend the PaneProgFrame to handle ops mode operations
See Also:
  • Field Details

  • Constructor Details

    • PaneOpsProgFrame

      public PaneOpsProgFrame(DecoderFile decoderFile, RosterEntry r, String name, String file, Programmer p)
      This invokes the parent ctor to do the real work. That will call back to get the programming mode panel (none) and to hear if there is read mode (no)
      Parameters:
      decoderFile - XML file defining the decoder contents.
      r - RosterEntry for information on this locomotive.
      name - frame title.
      file - programmer file.
      p - Programmer object to be used.
  • Method Details