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.lnsvf1 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) DecoderFilePaneProgDp3Action. decoderFile -
Uses of DecoderFile in jmri.implementation
Methods in jmri.implementation with parameters of type DecoderFile Modifier and Type Method Description protected voidDccConsist. 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. decoderListMethods in jmri.jmrit.decoderdefn that return DecoderFile Modifier and Type Method Description DecoderFileDecoderIndexFile. 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 progMode)Get a List of decoders matching (only) the programming mode.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 basic characteristics.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 basic characteristics + product ID etc.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, java.lang.String progMode)Get a List of decoders matching basic characteristics + product ID etc. + programming mode.Methods in jmri.jmrit.decoderdefn with parameters of type DecoderFile Modifier and Type Method Description (package private) voidPrintDecoderListAction. printEntry(DecoderFile d, HardcopyWriter w)(package private) voidPrintDecoderListAction. printFamily(DecoderFile d, HardcopyWriter w)(package private) voidPrintDecoderListAction. 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 new JComboBox made with the titles from a list of DecoderFile.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. -
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. replacementListAListbased on the combination of any replacementFamily and replacementModel suggestions.(package private) java.util.List<DecoderFile>UpdateDecoderDefinitionAction. versionMatchListThe subset of thereplacementListthat also matches both theIdentifyDecodermanufacturerID stored in CV8 and theIdentifyDecoderversionID 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 voidRosterFrame. 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 DecoderFileVariableTableModel. _dfMethods in jmri.jmrit.symbolicprog with parameters of type DecoderFile Modifier and Type Method Description voidVariableTableModel. setRow(int row, org.jdom2.Element e, DecoderFile df)Load one row in the VariableTableModel, by reading in the Element containing its definition.protected voidCombinedLocoSelPane. startProgrammer(DecoderFile decoderFile, RosterEntry r, java.lang.String progName)Start the desired type of programmer.protected abstract voidKnownLocoSelPane. startProgrammer(DecoderFile decoderFile, RosterEntry r, java.lang.String programmerName)protected voidNewLocoSelPane. 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) voidCombinedLocoSelListPane. updateForDecoderTypeID(java.util.List<DecoderFile> pModelList)Decoder identify has matched one or more specific types(package private) voidCombinedLocoSelPane. updateForDecoderTypeID(java.util.List<DecoderFile> pList)Decoder identify has matched one or more specific types.voidCombinedLocoSelTreePane. 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 voidPaneProgFrame. loadDecoderFile(DecoderFile df, RosterEntry re)protected voidPaneSet. 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) DecoderFileEcosLocoToRoster. pDecoderFileMethods in jmri.jmrix.ecos.utilities with parameters of type DecoderFile Modifier and Type Method Description protected voidEcosLocoToRoster. 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) voidEcosLocoToRoster. updateForDecoderTypeID(java.util.List<DecoderFile> pList) -
Uses of DecoderFile in jmri.jmrix.loconet.lnsvf1
Methods in jmri.jmrix.loconet.lnsvf1 that return DecoderFile Modifier and Type Method Description DecoderFileLnsv1Device. getDecoderFile()Methods in jmri.jmrix.loconet.lnsvf1 with parameters of type DecoderFile Modifier and Type Method Description voidLnsv1Device. setDecoderFile(DecoderFile f) -
Uses of DecoderFile in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return DecoderFile Modifier and Type Method Description DecoderFileLncvDevice. getDecoderFile()Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type DecoderFile Modifier and Type Method Description voidLncvDevice. setDecoderFile(DecoderFile f)
-