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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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 programmedname
- name of the device to be programmedprogrammerFile
- the programmer filep
- the programmer
-
-