Package jmri.jmrix

Interface ProgrammingTool

  • All Known Implementing Classes:
    LncvProgTableModel

    public interface ProgrammingTool
    An interface to allow for "callback" operations to open a symbolic programmer from connection tools.
    • Method Detail

      • openPaneOpsProgFrame

        void openPaneOpsProgFrame​(RosterEntry re,
                                  java.lang.String name,
                                  java.lang.String programmerFile,
                                  Programmer p)
        Open a symbolic programmer for the device in the roster entry.
        Parameters:
        re - Roster Entry of the device to be programmed
        name - name of the device to be programmed
        programmerFile - the programmer file
        p - the programmer