Package jmri.jmrix
Interface ProgrammingTool
- All Known Implementing Classes:
LncvProgTableModel,Lnsv1ProgTableModel
public interface ProgrammingTool
An interface to allow for "callback" operations to open a symbolic programmer from connection tools.
-
Method Summary
Modifier and TypeMethodDescriptionvoidopenPaneOpsProgFrame(RosterEntry re, String name, String programmerFile, Programmer p) Open a symbolic programmer for the device in the roster entry.
-
Method Details
-
openPaneOpsProgFrame
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
-