Uses of Class
jmri.jmrit.decoderdefn.DecoderFile
-
Packages that use DecoderFile Package Description apps.gui3.dp3 The current DecoderPro application, previously known as DecoderPro3.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.decoderdefn Decoder definitions via XML, including the decoder index.jmri.jmrit.roster jmri.jmrit.roster.swing jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.symbolicprog.tabbedframe jmri.jmrix.ecos.utilities jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection. -
-
Uses of DecoderFile in apps.gui3.dp3
Fields in apps.gui3.dp3 declared as DecoderFile Modifier and Type Field Description (package private) DecoderFile
PaneProgDp3Action. decoderFile
-
Uses of DecoderFile in jmri.implementation
Methods in jmri.implementation with parameters of type DecoderFile Modifier and Type Method Description protected void
DccConsist. loadDecoderFile(DecoderFile df, RosterEntry re, VariableTableModel variableModel)
-
Uses of DecoderFile in jmri.jmrit.decoderdefn
Fields in jmri.jmrit.decoderdefn with type parameters of type DecoderFile Modifier and Type Field Description protected java.util.List<DecoderFile>
DecoderIndexFile. decoderList
Methods in jmri.jmrit.decoderdefn that return DecoderFile Modifier and Type Method Description DecoderFile
DecoderIndexFile. fileFromTitle(java.lang.String title)
Get a DecoderFile from a "title" string, typically a selection in a matching ComboBox.Methods in jmri.jmrit.decoderdefn that return types with arguments of type DecoderFile Modifier and Type Method Description java.util.List<DecoderFile>
DecoderIndexFile. matchingDecoderList(java.lang.String mfg, java.lang.String family, java.lang.String decoderMfgID, java.lang.String decoderVersionID, java.lang.String decoderProductID, java.lang.String model)
Get a List of decoders matching some information.java.util.List<DecoderFile>
DecoderIndexFile. matchingDecoderList(java.lang.String mfg, java.lang.String family, java.lang.String decoderMfgID, java.lang.String decoderVersionID, java.lang.String decoderProductID, java.lang.String model, java.lang.String developerID, java.lang.String manufacturerID, java.lang.String productID)
Get a List of decoders matching some information.Methods in jmri.jmrit.decoderdefn with parameters of type DecoderFile Modifier and Type Method Description (package private) void
PrintDecoderListAction. printEntry(DecoderFile d, HardcopyWriter w)
(package private) void
PrintDecoderListAction. printFamily(DecoderFile d, HardcopyWriter w)
(package private) void
PrintDecoderListAction. printMfg(DecoderFile d, HardcopyWriter w)
Method parameters in jmri.jmrit.decoderdefn with type arguments of type DecoderFile Modifier and Type Method Description static javax.swing.JComboBox<java.lang.String>
DecoderIndexFile. jComboBoxFromList(java.util.List<DecoderFile> l)
Get a JComboBox made with the titles from a list of DecoderFile entries.static javax.swing.ComboBoxModel<java.lang.String>
DecoderIndexFile. jComboBoxModelFromList(java.util.List<DecoderFile> l)
Get a new ComboBoxModel made with the titles from a list of DecoderFile entries. -
Uses of DecoderFile in jmri.jmrit.roster
Fields in jmri.jmrit.roster with type parameters of type DecoderFile Modifier and Type Field Description (package private) java.util.List<DecoderFile>
UpdateDecoderDefinitionAction. replacementList
AList
based on the combination of any replacementFamily and replacementModel suggestions.(package private) java.util.List<DecoderFile>
UpdateDecoderDefinitionAction. versionMatchList
The subset of thereplacementList
that also matches both theIdentifyDecoder
manufacturerID stored in CV8 and theIdentifyDecoder
versionID stored in CV7. -
Uses of DecoderFile in jmri.jmrit.roster.swing
Methods in jmri.jmrit.roster.swing with parameters of type DecoderFile Modifier and Type Method Description protected void
RosterFrame. startProgrammer(DecoderFile decoderFile, RosterEntry re, java.lang.String filename)
-
Uses of DecoderFile in jmri.jmrit.symbolicprog
Fields in jmri.jmrit.symbolicprog declared as DecoderFile Modifier and Type Field Description protected DecoderFile
VariableTableModel. _df
Methods in jmri.jmrit.symbolicprog with parameters of type DecoderFile Modifier and Type Method Description void
VariableTableModel. setRow(int row, org.jdom2.Element e, DecoderFile df)
Load one row in the VariableTableModel, by reading in the Element containing its definition.protected void
CombinedLocoSelPane. startProgrammer(DecoderFile decoderFile, RosterEntry r, java.lang.String progName)
Start the desired type of programmer.protected abstract void
KnownLocoSelPane. startProgrammer(DecoderFile decoderFile, RosterEntry r, java.lang.String programmerName)
protected void
NewLocoSelPane. startProgrammer(DecoderFile decoderFile, RosterEntry r)
Meant to be overridden to start the desired type of programmerMethod parameters in jmri.jmrit.symbolicprog with type arguments of type DecoderFile Modifier and Type Method Description (package private) void
CombinedLocoSelListPane. updateForDecoderTypeID(java.util.List<DecoderFile> pModelList)
Decoder identify has matched one or more specific types(package private) void
CombinedLocoSelPane. updateForDecoderTypeID(java.util.List<DecoderFile> pList)
Decoder identify has matched one or more specific types.void
CombinedLocoSelTreePane. updateForDecoderTypeID(java.util.List<DecoderFile> pList)
Decoder identify has matched one or more specific types. -
Uses of DecoderFile in jmri.jmrit.symbolicprog.tabbedframe
Methods in jmri.jmrit.symbolicprog.tabbedframe with parameters of type DecoderFile Modifier and Type Method Description protected void
PaneProgFrame. loadDecoderFile(DecoderFile df, RosterEntry re)
protected void
PaneSet. loadDecoderFile(DecoderFile df, RosterEntry re)
Constructors in jmri.jmrit.symbolicprog.tabbedframe with parameters of type DecoderFile Constructor Description 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.PaneProgFrame(DecoderFile pDecoderFile, RosterEntry pRosterEntry, java.lang.String pFrameEntryId, java.lang.String pProgrammerFile, Programmer pProg, boolean opsMode)
Initialization sequence: Ask the RosterEntry to read its contents If the decoder file is specified, open and load it, otherwise get the decoder filename from the RosterEntry and load that.PaneServiceProgFrame(DecoderFile decoderFile, RosterEntry r, java.lang.String name, java.lang.String file, Programmer pProg)
This invokes the parent ctor to do the real work. -
Uses of DecoderFile in jmri.jmrix.ecos.utilities
Fields in jmri.jmrix.ecos.utilities declared as DecoderFile Modifier and Type Field Description (package private) DecoderFile
EcosLocoToRoster. pDecoderFile
Methods in jmri.jmrix.ecos.utilities with parameters of type DecoderFile Modifier and Type Method Description protected void
EcosLocoToRoster. loadDecoderFile(DecoderFile df, RosterEntry re)
Method parameters in jmri.jmrix.ecos.utilities with type arguments of type DecoderFile Modifier and Type Method Description (package private) void
EcosLocoToRoster. updateForDecoderTypeID(java.util.List<DecoderFile> pList)
-
Uses of DecoderFile in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return DecoderFile Modifier and Type Method Description DecoderFile
LncvDevice. getDecoderFile()
Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type DecoderFile Modifier and Type Method Description void
LncvDevice. setDecoderFile(DecoderFile f)
-