Class PaneOpsProgFrame

  • All Implemented Interfaces:
    java.awt.event.ComponentListener, java.awt.event.WindowListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants, BeanInterface, PaneContainer, ModifiedFlag, WindowInterface

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

    • Constructor Detail

      • PaneOpsProgFrame

        public PaneOpsProgFrame​(DecoderFile decoderFile,
                                RosterEntry r,
                                java.lang.String name,
                                java.lang.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.