Package jmri.jmrix.loconet.sdfeditor

Provide GUI tools for editing an SDF file in memory.

The text for each of the editor panels comes from the "Explanations" properties set (see the Explanations.properties file in this package and its translations). The editors themselves are coded as subclasses of SdfMacroEditor, one per instruction type.

The line in the tree (left-side window) is from the toString method of the SdfMacro object.

Note that the editor is "live"; changing an option on an editor window changes the memory version of the instruction, including the disassembled version.

Related Documentation

The SDF information is manipulated using the jmri.jmrix.loconet.sdf package.