Uses of Class
jmri.jmrit.decoderdefn.DecoderFile
Packages that use DecoderFile
Package
Description
The current DecoderPro application, previously known as DecoderPro3.
Provides implementations of various JMRI interfaces.
Decoder definitions via XML, including the decoder index.
Basic support for advanced programming, primarily used by DecoderPro.
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 -
Uses of DecoderFile in jmri.implementation
Methods in jmri.implementation with parameters of type DecoderFileModifier and TypeMethodDescriptionprotected 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 DecoderFileMethods in jmri.jmrit.decoderdefn that return DecoderFileModifier and TypeMethodDescriptionDecoderIndexFile.fileFromTitle(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 DecoderFileModifier and TypeMethodDescriptionDecoderIndexFile.matchingDecoderList(String progMode) Get a List of decoders matching (only) the programming mode.DecoderIndexFile.matchingDecoderList(String mfg, String family, String decoderMfgID, String decoderVersionID, String decoderProductID, String model) Get a List of decoders matching basic characteristics.DecoderIndexFile.matchingDecoderList(String mfg, String family, String decoderMfgID, String decoderVersionID, String decoderProductID, String model, String developerID, String manufacturerID, String productID) Get a List of decoders matching basic characteristics + product ID etc.DecoderIndexFile.matchingDecoderList(String mfg, String family, String decoderMfgID, String decoderVersionID, String decoderProductID, String model, String developerID, String manufacturerID, String productID, String progMode) Get a List of decoders matching basic characteristics + product ID etc. + programming mode.Methods in jmri.jmrit.decoderdefn with parameters of type DecoderFileModifier and TypeMethodDescription(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 DecoderFileModifier and TypeMethodDescriptionDecoderIndexFile.jComboBoxFromList(List<DecoderFile> l) Get a new JComboBox made with the titles from a list of DecoderFile.static ComboBoxModel<String>DecoderIndexFile.jComboBoxModelFromList(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 DecoderFileModifier and TypeFieldDescription(package private) List<DecoderFile>UpdateDecoderDefinitionAction.replacementListAListbased on the combination of any replacementFamily and replacementModel suggestions.(package private) 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 DecoderFileModifier and TypeMethodDescriptionprotected voidRosterFrame.startProgrammer(DecoderFile decoderFile, RosterEntry re, String filename) -
Uses of DecoderFile in jmri.jmrit.symbolicprog
Fields in jmri.jmrit.symbolicprog declared as DecoderFileMethods in jmri.jmrit.symbolicprog with parameters of type DecoderFileModifier and TypeMethodDescriptionvoidVariableTableModel.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, String progName) Start the desired type of programmer.protected abstract voidKnownLocoSelPane.startProgrammer(DecoderFile decoderFile, RosterEntry r, 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 DecoderFileModifier and TypeMethodDescription(package private) voidCombinedLocoSelListPane.updateForDecoderTypeID(List<DecoderFile> pModelList) Decoder identify has matched one or more specific types(package private) voidCombinedLocoSelPane.updateForDecoderTypeID(List<DecoderFile> pList) Decoder identify has matched one or more specific types.voidCombinedLocoSelTreePane.updateForDecoderTypeID(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 DecoderFileModifier and TypeMethodDescriptionprotected voidPaneProgFrame.loadDecoderFile(DecoderFile df, RosterEntry re) protected voidPaneSet.loadDecoderFile(DecoderFile df, RosterEntry re) Constructors in jmri.jmrit.symbolicprog.tabbedframe with parameters of type DecoderFileModifierConstructorDescriptionPaneOpsProgFrame(DecoderFile decoderFile, RosterEntry r, String name, String file, Programmer p) This invokes the parent ctor to do the real work.PaneProgFrame(DecoderFile pDecoderFile, RosterEntry pRosterEntry, String pFrameEntryId, 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, String name, 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 DecoderFileMethods in jmri.jmrix.ecos.utilities with parameters of type DecoderFileModifier and TypeMethodDescriptionprotected voidEcosLocoToRoster.loadDecoderFile(DecoderFile df, RosterEntry re) Method parameters in jmri.jmrix.ecos.utilities with type arguments of type DecoderFileModifier and TypeMethodDescription(package private) voidEcosLocoToRoster.updateForDecoderTypeID(List<DecoderFile> pList) -
Uses of DecoderFile in jmri.jmrix.loconet.lnsvf1
Methods in jmri.jmrix.loconet.lnsvf1 that return DecoderFileMethods in jmri.jmrix.loconet.lnsvf1 with parameters of type DecoderFile -
Uses of DecoderFile in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return DecoderFileMethods in jmri.jmrix.loconet.uhlenbrock with parameters of type DecoderFile