Uses of Class
jmri.jmrit.roster.RosterEntry
-
Packages that use RosterEntry Package Description apps.gui3.dp3 The current DecoderPro application, previously known as DecoderPro3.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.operations.rollingstock.engines jmri.jmrit.roster jmri.jmrit.roster.rostergroup jmri.jmrit.roster.swing jmri.jmrit.roster.swing.rostergroup jmri.jmrit.roster.swing.speedprofile jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.symbolicprog.tabbedframe jmri.jmrit.throttle jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.jmrit.vsdecoder.swing Sub-package for jmri.jmrit.vsdecoder.jmri.jmrit.withrottle jmri.jmrit.z21server jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.ecos.swing.locodatabase jmri.jmrix.ecos.utilities jmri.jmrix.loconet.lnsvf1 jmri.jmrix.loconet.swing.lncvprog jmri.jmrix.loconet.swing.lnsv1prog jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection.jmri.server.json.roster jmri.util.datatransfer -
-
Uses of RosterEntry in apps.gui3.dp3
Fields in apps.gui3.dp3 declared as RosterEntry Modifier and Type Field Description (package private) RosterEntryPaneProgDp3Action. re -
Uses of RosterEntry in jmri.implementation
Methods in jmri.implementation with parameters of type RosterEntry Modifier and Type Method Description protected voidDccConsist. loadDecoderFile(DecoderFile df, RosterEntry re, VariableTableModel variableModel)protected voidDccConsist. loadDecoderFromLoco(RosterEntry r, VariableTableModel varTable) -
Uses of RosterEntry in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return RosterEntry Modifier and Type Method Description RosterEntryActiveTrain. getRosterEntry()RosterEntryAutoActiveTrain. getRosterEntry()Methods in jmri.jmrit.dispatcher with parameters of type RosterEntry Modifier and Type Method Description ActiveTrainDispatcherFrame. getActiveTrainForRoster(RosterEntry re)voidActivateTrainFrame. initiateTrain(java.awt.event.ActionEvent e, RosterEntry re, Block b)Open up a new train window for a given roster entry located in a specific block.voidActiveTrain. setRosterEntry(RosterEntry re)voidActivateTrainFrame. showActivateFrame(RosterEntry re)Show the Frame.Constructors in jmri.jmrit.dispatcher with parameters of type RosterEntry Constructor Description AutoEngineer(DccThrottle throttle, RosterEntry rosterEntry) -
Uses of RosterEntry in jmri.jmrit.display
Fields in jmri.jmrit.display declared as RosterEntry Modifier and Type Field Description protected RosterEntryLocoIcon. _entryprotected RosterEntryMemoryIcon. reMethods in jmri.jmrit.display that return RosterEntry Modifier and Type Method Description RosterEntryLocoIcon. getRosterEntry()Methods in jmri.jmrit.display with parameters of type RosterEntry Modifier and Type Method Description protected voidMemoryIcon. addRosterToIcon(RosterEntry roster)protected LocoIconEditor. selectLoco(RosterEntry entry)voidLocoIcon. setRosterEntry(RosterEntry entry)protected java.lang.ObjectMemoryIcon. updateIconFromRosterVal(RosterEntry roster) -
Uses of RosterEntry in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor with parameters of type RosterEntry Modifier and Type Method Description protected voidBlockContentsIcon. addRosterToIcon(RosterEntry roster)add a roster to this iconprotected voidMemoryIcon. addRosterToIcon(RosterEntry roster)java.util.List<LayoutBlock>LayoutBlockManager. getLayoutBlocksOccupiedByRosterEntry(RosterEntry re)Get a list of layout blocks which this roster entry appears to be occupying. -
Uses of RosterEntry in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return RosterEntry Modifier and Type Method Description RosterEntrySpeedUtil. getRosterEntry()protected RosterEntrySpeedUtil. makeRosterEntry(java.lang.String id)Methods in jmri.jmrit.logix with parameters of type RosterEntry Modifier and Type Method Description (package private) static javax.swing.JPanelMergePrompt. makeEditInfoPanel(RosterEntry entry)protected RosterSpeedProfileWarrantManager. makeProfileCopy(RosterSpeedProfile mergeProfile, RosterEntry re) -
Uses of RosterEntry in jmri.jmrit.operations.rollingstock.engines
Methods in jmri.jmrit.operations.rollingstock.engines that return RosterEntry Modifier and Type Method Description RosterEntryEngine. getRosterEntry()Get the RosterEntry for this engine from the JMRI roster. -
Uses of RosterEntry in jmri.jmrit.roster
Fields in jmri.jmrit.roster declared as RosterEntry Modifier and Type Field Description (package private) RosterEntryPrintRosterEntry. _rosterEntry(package private) RosterEntryAbstractRosterItemAction. mFromEntry(package private) RosterEntryAbstractRosterItemAction. mToEntry(package private) RosterEntryFunctionLabelPane. re(package private) RosterEntryRosterEntryPane. re(package private) RosterEntryUpdateDecoderDefinitionAction. tempReA temporary roster entry used in matching and replacement.Methods in jmri.jmrit.roster that return RosterEntry Modifier and Type Method Description RosterEntryRoster. entryFromTitle(java.lang.String title)Return RosterEntry from a "title" string, ala selection in matchingComboBox.static RosterEntryRosterEntry. fromFile(java.io.File file)Create a RosterEntry from a file.RosterEntryRoster. getEntry(int i)Return a specific entry by indexRosterEntryRoster. getEntryForId(java.lang.String id)Return RosterEntry from an "id" string.RosterEntryRoster. getGroupEntry(java.lang.String group, int i)Get the Nth RosterEntry in the group(package private) RosterEntryRoster. getNoGroupEntry(int i)RosterEntryRosterSpeedProfile. getRosterEntry()Get the RosterEntry associated with the profile.RosterEntry[]RosterEntrySelector. getSelectedRosterEntries()Get the currently selected roster entries.protected RosterEntry[]DeleteRosterItemAction. selectRosterEntry(java.lang.String rosterGroup)Methods in jmri.jmrit.roster that return types with arguments of type RosterEntry Modifier and Type Method Description java.util.List<RosterEntry>Roster. getAllEntries()Get all roster entries.java.util.List<RosterEntry>Roster. getEntriesByDccAddress(java.lang.String a)Return a list of RosterEntry items which have a particular DCC address.java.util.List<RosterEntry>Roster. getEntriesInGroup(java.lang.String group)java.util.List<RosterEntry>Roster. getEntriesMatchingCriteria(java.lang.String dccAddress, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String productID, java.lang.String progMode)Get a List ofRosterEntryobjects in Roster matching 5 selectors.java.util.List<RosterEntry>Roster. getEntriesMatchingCriteria(java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String id, java.lang.String group)Get a List ofRosterEntryobjects in Roster matching 8 selectors.java.util.List<RosterEntry>Roster. getEntriesMatchingCriteria(java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String id, java.lang.String group, java.lang.String developerID, java.lang.String manufacturerID, java.lang.String productID)Get a List ofRosterEntryobjects in Roster matching 11 selectors.java.util.List<RosterEntry>Roster. getEntriesWithAttributeKey(java.lang.String key)java.util.List<RosterEntry>Roster. getEntriesWithAttributeKeyValue(java.lang.String key, java.lang.String value)(package private) java.util.List<RosterEntry>Roster. getNoGroupList()java.util.List<RosterEntry>Roster. matchingList(java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String id)Get a List ofRosterEntryobjects in Roster matching 7 basic selectors.Methods in jmri.jmrit.roster with parameters of type RosterEntry Modifier and Type Method Description voidRoster. addEntry(RosterEntry e)Add a RosterEntry object to the in-memory Roster.booleanRoster. checkEntry(RosterEntry r, java.lang.String dccAddress, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String productID, java.lang.String progMode)Check if an entry is consistent with up to 5 specific LNCV properties.booleanRoster. checkEntry(RosterEntry r, java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String id, java.lang.String group, java.lang.String developerID, java.lang.String manufacturerID, java.lang.String productID)Check if an entry is consistent with up to 12 specific (LNSV2/LNCV) properties.(package private) voidUpdateDecoderDefinitionAction. decoderSelectionPane(RosterEntry theEntry)Creates the "Replacement Definition" pane, which is similar in appearance toCreate New Locopane, likewise utilizing a customized instance ofCombinedLocoSelTreePane.voidRoster. entryIdChanged(RosterEntry r)Notify that the ID of an entry has changed.intRoster. getGroupIndex(java.lang.String group, RosterEntry re)javax.swing.ImageIconRosterIconFactory. getIcon(RosterEntry re)javax.swing.ImageIconRosterIconFactory. getReversedIcon(RosterEntry re)booleanFunctionLabelPane. guiChanged(RosterEntry r)Check if panel contents differ with a RosterEntry.booleanRosterEntryPane. guiChanged(RosterEntry r)Do the GUI contents agree with a RosterEntry?booleanRosterMediaPane. guiChanged(RosterEntry r)(package private) voidUpdateDecoderDefinitionAction. makeMatchLists(RosterEntry theEntry)Creates twoArrayListsfor decoder matching.voidRoster. removeEntry(RosterEntry e)Remove a RosterEntry object from the in-memory Roster.voidAbstractRosterItemAction. setExistingEntry(RosterEntry mFromEntry)Set the roster entry this action acts upon.voidFunctionLabelPane. update(RosterEntry r)Update a RosterEntry object from panel contents.voidRosterEntryPane. update(RosterEntry r)Fill a RosterEntry object from GUI contents.voidRosterMediaPane. update(RosterEntry r)voidFunctionLabelPane. updateFromEntry(RosterEntry re)Update contents from a RosterEntry objectvoidRosterEntryPane. updateGUI(RosterEntry r)Fill GUI from roster contents.(package private) voidUpdateDecoderDefinitionAction. updateMatchButtons(RosterEntry theEntry)Updates theversionButtonandreplacementButtonavailability and tooltips, depending on whetherversionMatchListandreplacementListare empty or not.voidLocoFile. writeFile(java.io.File file, CvTableModel cvModel, VariableTableModel variableModel, RosterEntry r)Write an XML version of this object, including also the RosterEntry information, and memory-resident decoder contents.voidLocoFile. writeFile(java.io.File pFile, org.jdom2.Element pRootElement, RosterEntry pEntry)Write an XML version of this object from an existing XML tree, updating only the ID string.Method parameters in jmri.jmrit.roster with type arguments of type RosterEntry Modifier and Type Method Description booleanRoster. checkEntry(java.util.List<RosterEntry> list, int i, java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderModel, java.lang.String decoderFamily, java.lang.String id, java.lang.String group)Check if an item from a list of Roster Entry items is consistent with up to 10 specific properties.Constructors in jmri.jmrit.roster with parameters of type RosterEntry Constructor Description FunctionLabelPane(RosterEntry r)PrintRosterEntry(RosterEntry rosterEntry, java.util.List<javax.swing.JPanel> paneList, FunctionLabelPane flPane, RosterMediaPane rMPane, JmriJFrame parent)Configure variable fields and create a PrintRosterEntry instance while doing so.PrintRosterEntry(RosterEntry rosterEntry, JmriJFrame parent, java.lang.String programmerFilename)Constructor for a Print roster item (programmer tabs) selection pane from an XML definition file.RosterEntry(RosterEntry pEntry, java.lang.String pID)Constructor based on a given RosterEntry object and name/ID.RosterEntryPane(RosterEntry r)RosterMediaPane(RosterEntry r)RosterSpeedProfile(RosterEntry re)Create a new RosterSpeedProfile. -
Uses of RosterEntry in jmri.jmrit.roster.rostergroup
Methods in jmri.jmrit.roster.rostergroup that return types with arguments of type RosterEntry Modifier and Type Method Description java.util.List<RosterEntry>RosterGroup. getEntries()Get the list of entries associated with this group. -
Uses of RosterEntry in jmri.jmrit.roster.swing
Fields in jmri.jmrit.roster.swing declared as RosterEntry Modifier and Type Field Description protected RosterEntry[]RosterEntryComboBox. _currentSelection(package private) RosterEntryRosterFrame. reFields in jmri.jmrit.roster.swing with type parameters of type RosterEntry Modifier and Type Field Description protected java.util.List<RosterEntry>RosterEntryComboBox. _excludedItems(package private) java.util.ArrayList<RosterEntry>CreateRosterGroupAction. rosterEntriesMethods in jmri.jmrit.roster.swing that return RosterEntry Modifier and Type Method Description RosterEntry[]RosterFrame. getAllRosterEntries()RosterEntry[]RosterEntryComboBox. getSelectedRosterEntries()protected RosterEntry[]RosterEntryComboBox. getSelectedRosterEntries(boolean force)RosterEntry[]RosterEntrySelectorPanel. getSelectedRosterEntries()RosterEntry[]RosterFrame. getSelectedRosterEntries()RosterEntry[]RosterTable. getSelectedRosterEntries()RosterEntry[]RosterTable. getSortedRosterEntries()Methods in jmri.jmrit.roster.swing that return types with arguments of type RosterEntry Modifier and Type Method Description java.util.List<RosterEntry>RosterEntryComboBox. excludedItems()Gets the current list of excluded items.Methods in jmri.jmrit.roster.swing with parameters of type RosterEntry Modifier and Type Method Description (package private) javax.swing.ImageIconRosterTableModel. getIcon(RosterEntry re)voidRosterEntrySelectorPanel. setSelectedRosterEntry(RosterEntry re)voidRosterEntrySelectorPanel. setSelectedRosterEntryAndGroup(RosterEntry re, java.lang.String rg)booleanRosterTable. setSelection(RosterEntry... selection)protected voidRosterFrame. startProgrammer(DecoderFile decoderFile, RosterEntry re, java.lang.String filename)Method parameters in jmri.jmrit.roster.swing with type arguments of type RosterEntry Modifier and Type Method Description voidRosterEntryComboBox. setExcludeItems(java.util.List<RosterEntry> excludedItems)Set a list of RosterEntrys to be excluded from the combobox.Constructors in jmri.jmrit.roster.swing with parameters of type RosterEntry Constructor Description RosterEntrySelectorPanel(RosterEntry re, java.lang.String rg) -
Uses of RosterEntry in jmri.jmrit.roster.swing.rostergroup
Methods in jmri.jmrit.roster.swing.rostergroup with parameters of type RosterEntry Modifier and Type Method Description voidRosterGroupTableModel. getGroupEnabled(RosterEntry re) -
Uses of RosterEntry in jmri.jmrit.roster.swing.speedprofile
Fields in jmri.jmrit.roster.swing.speedprofile declared as RosterEntry Modifier and Type Field Description (package private) RosterEntrySpeedProfilePanel. reConstructors in jmri.jmrit.roster.swing.speedprofile with parameters of type RosterEntry Constructor Description SpeedProfileTable(RosterEntry re) -
Uses of RosterEntry in jmri.jmrit.symbolicprog
Fields in jmri.jmrit.symbolicprog declared as RosterEntry Modifier and Type Field Description (package private) RosterEntryTcsDownloadAction. rosterEntry(package private) RosterEntryTcsExportAction. rosterEntry(package private) RosterEntryTcsImportAction. rosterEntry(package private) RosterEntryTcsUploadAction. rosterEntryMethods in jmri.jmrit.symbolicprog with parameters of type RosterEntry Modifier and Type Method Description static voidTcsExportAction. formatTcsVirtualNodeDefinition(java.io.PrintStream str, RosterEntry rosterEntry, CvTableModel model, VariableTableModel vModel)Format the contents of the locomotive definition.voidTcsImporter. setRosterEntry(RosterEntry rosterEntry)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 programmerConstructors in jmri.jmrit.symbolicprog with parameters of type RosterEntry Constructor Description FnMapPanelESU(VariableTableModel v, java.util.List<java.lang.Integer> varsUsed, org.jdom2.Element model, RosterEntry rosterEntry, CvTableModel cvModel)PrintCvAction(java.lang.String actionName, CvTableModel pModel, PaneProgFrame pParent, boolean preview, RosterEntry pRoster)TcsDownloadAction(java.lang.String actionName, CvTableModel pModel, VariableTableModel vModel, PaneProgFrame pParent, javax.swing.JLabel pStatus, RosterEntry re)TcsExportAction(java.lang.String actionName, CvTableModel mModel, VariableTableModel vModel, RosterEntry rosterEntry, PaneProgFrame pParent)TcsImportAction(java.lang.String actionName, CvTableModel pModel, VariableTableModel vModel, PaneProgFrame pParent, javax.swing.JLabel pStatus, RosterEntry re)TcsUploadAction(java.lang.String actionName, CvTableModel pModel, VariableTableModel vModel, RosterEntry rosterEntry, PaneProgFrame pParent) -
Uses of RosterEntry in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as RosterEntry Modifier and Type Field Description (package private) RosterEntryPaneProgFrame. _rosterEntryprotected RosterEntryPaneProgPane. rosterEntryMethods in jmri.jmrit.symbolicprog.tabbedframe that return RosterEntry Modifier and Type Method Description RosterEntryPaneProgFrame. getRosterEntry()Methods in jmri.jmrit.symbolicprog.tabbedframe with parameters of type RosterEntry Modifier and Type Method Description static booleanPaneProgFrame. isIncludedFE(org.jdom2.Element e, org.jdom2.Element aModelElement, RosterEntry aRosterEntry, java.lang.String extraIncludes, java.lang.String extraExcludes)Front end to DecoderFile.isIncluded() Retrieves "productID" and "model attributes from the "model" element and "family" attribute from the roster entry.protected voidPaneProgFrame. loadDecoderFile(DecoderFile df, RosterEntry re)protected voidPaneSet. loadDecoderFile(DecoderFile df, RosterEntry re)protected voidPaneProgFrame. loadDecoderFromLoco(RosterEntry r)protected voidPaneSet. loadDecoderFromLoco(RosterEntry r)protected voidPaneProgFrame. loadProgrammerFile(RosterEntry r)protected javax.swing.JPanelPaneProgFrame. makeFunctionLabelPane(RosterEntry r)protected javax.swing.JPanelPaneProgFrame. makeInfoPane(RosterEntry r)protected javax.swing.JPanelPaneProgFrame. makeMediaPane(RosterEntry r)voidPaneSet. makePanes(org.jdom2.Element root, RosterEntry r)Create a set of panes from a programmer definition and roster entryvoidPaneSet. newPane(java.lang.String name, org.jdom2.Element pane, org.jdom2.Element modelElem, RosterEntry r)Create a single pane from a "pane" element in programmer or decoder definition(package private) voidPaneProgFrame. readConfig(org.jdom2.Element root, RosterEntry r)voidPaneSet. storeFile(RosterEntry re)Store current content to file.Constructors in jmri.jmrit.symbolicprog.tabbedframe with parameters of type RosterEntry 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.PaneProgPane(PaneContainer parent, java.lang.String name, org.jdom2.Element pane, CvTableModel cvModel, VariableTableModel varModel, org.jdom2.Element modelElem, RosterEntry pRosterEntry)PaneProgPane(PaneContainer parent, java.lang.String name, org.jdom2.Element pane, CvTableModel cvModel, VariableTableModel varModel, org.jdom2.Element modelElem, RosterEntry pRosterEntry, boolean isProgPane)Construct the Pane from the XML definition element.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.PaneSet(PaneContainer container, RosterEntry re, Programmer programmer) -
Uses of RosterEntry in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return RosterEntry Modifier and Type Method Description RosterEntryAddressPanel. getRosterEntry()Get the RosterEntry if there's one for this throttle.RosterEntryThrottleFrame. getRosterEntry()Methods in jmri.jmrit.throttle with parameters of type RosterEntry Modifier and Type Method Description voidFunctionPanel. saveFunctionButtonsToRoster(RosterEntry rosterEntry)voidControlPanel. saveToRoster(RosterEntry re)voidAddressPanel. setRosterEntry(RosterEntry entry)Set the RosterEntry for this throttle and initiate a throttle request -
Uses of RosterEntry in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return RosterEntry Modifier and Type Method Description RosterEntryVSDConfig. getRosterEntry()RosterEntryVSDecoder. getRosterEntry()Methods in jmri.jmrit.vsdecoder with parameters of type RosterEntry Modifier and Type Method Description voidVSDConfig. setRosterEntry(RosterEntry r) -
Uses of RosterEntry in jmri.jmrit.vsdecoder.swing
Methods in jmri.jmrit.vsdecoder.swing with parameters of type RosterEntry Modifier and Type Method Description (package private) voidVSDConfigDialog. setRosterItem(RosterEntry s) -
Uses of RosterEntry in jmri.jmrit.withrottle
Fields in jmri.jmrit.withrottle declared as RosterEntry Modifier and Type Field Description (package private) RosterEntryThrottleController. rosterLocoMethods in jmri.jmrit.withrottle that return RosterEntry Modifier and Type Method Description RosterEntryThrottleController. findRosterEntry(DccThrottle t)Methods in jmri.jmrit.withrottle with parameters of type RosterEntry Modifier and Type Method Description voidMultiThrottleController. sendFunctionLabels(RosterEntry re)This replaces the previous method of sending a string of function labels.voidThrottleController. sendFunctionLabels(RosterEntry re)Send function labels for a roster entry, using old format.voidThrottleController. syncThrottleFunctions(DccThrottle t, RosterEntry re)Constructors in jmri.jmrit.withrottle with parameters of type RosterEntry Constructor Description ConsistFunctionController(ThrottleController tc, RosterEntry re) -
Uses of RosterEntry in jmri.jmrit.z21server
Methods in jmri.jmrit.z21server that return RosterEntry Modifier and Type Method Description static RosterEntryAppClient. findRosterEntry(DccThrottle t)Find the roster entry from a given throttle instance. -
Uses of RosterEntry in jmri.jmrix
Methods in jmri.jmrix with parameters of type RosterEntry Modifier and Type Method Description voidProgrammingTool. openPaneOpsProgFrame(RosterEntry re, java.lang.String name, java.lang.String programmerFile, Programmer p)Open a symbolic programmer for the device in the roster entry. -
Uses of RosterEntry in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as RosterEntry Modifier and Type Field Description protected RosterEntrySpeedoConsoleFrame. rosterEntryMethods in jmri.jmrix.bachrus with parameters of type RosterEntry Modifier and Type Method Description voidSpeedoConsoleFrame. setRosterEntry(RosterEntry entry)Set the RosterEntry for this throttle. -
Uses of RosterEntry in jmri.jmrix.ecos.swing.locodatabase
Constructors in jmri.jmrix.ecos.swing.locodatabase with parameters of type RosterEntry Constructor Description RosterBoxRenderer(RosterEntry re) -
Uses of RosterEntry in jmri.jmrix.ecos.utilities
Fields in jmri.jmrix.ecos.utilities declared as RosterEntry Modifier and Type Field Description protected RosterEntryRosterToEcos. _re(package private) RosterEntryEcosLocoToRoster. reMethods in jmri.jmrix.ecos.utilities with parameters of type RosterEntry Modifier and Type Method Description voidRosterToEcos. createEcosLoco(RosterEntry re)protected voidEcosLocoToRoster. loadDecoderFile(DecoderFile df, RosterEntry re)protected voidEcosLocoToRoster. loadProgrammerFile(RosterEntry r)(package private) voidEcosLocoToRoster. readConfig(org.jdom2.Element root, RosterEntry r) -
Uses of RosterEntry in jmri.jmrix.loconet.lnsvf1
Methods in jmri.jmrix.loconet.lnsvf1 that return RosterEntry Modifier and Type Method Description RosterEntryLnsv1Device. getRosterEntry()Methods in jmri.jmrix.loconet.lnsvf1 with parameters of type RosterEntry Modifier and Type Method Description voidLnsv1Device. setRosterEntry(RosterEntry e) -
Uses of RosterEntry in jmri.jmrix.loconet.swing.lncvprog
Methods in jmri.jmrix.loconet.swing.lncvprog with parameters of type RosterEntry Modifier and Type Method Description voidLncvProgTableModel. openPaneOpsProgFrame(RosterEntry re, java.lang.String name, java.lang.String programmerFile, Programmer p)Open a symbolic programmer for the device in the roster entry. -
Uses of RosterEntry in jmri.jmrix.loconet.swing.lnsv1prog
Methods in jmri.jmrix.loconet.swing.lnsv1prog with parameters of type RosterEntry Modifier and Type Method Description voidLnsv1ProgTableModel. openPaneOpsProgFrame(RosterEntry re, java.lang.String name, java.lang.String programmerFile, Programmer p)Open a symbolic programmer for the device in the roster entry. -
Uses of RosterEntry in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return RosterEntry Modifier and Type Method Description RosterEntryLncvDevice. getRosterEntry()Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type RosterEntry Modifier and Type Method Description voidLncvDevice. setRosterEntry(RosterEntry e) -
Uses of RosterEntry in jmri.server.json.roster
Methods in jmri.server.json.roster with parameters of type RosterEntry Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeJsonRosterHttpService. getRosterEntry(java.util.Locale locale, RosterEntry entry, int id)Returns the JSON representation of a roster entry. -
Uses of RosterEntry in jmri.util.datatransfer
Methods in jmri.util.datatransfer that return types with arguments of type RosterEntry Modifier and Type Method Description static java.util.ArrayList<RosterEntry>RosterEntrySelection. getRosterEntries(java.awt.datatransfer.Transferable t)Get an ArrayList of RosterEntries from a RosterEntrySelection.Method parameters in jmri.util.datatransfer with type arguments of type RosterEntry Modifier and Type Method Description static RosterEntrySelectionRosterEntrySelection. createRosterEntrySelection(java.util.ArrayList<RosterEntry> rosterEntries)Create a transferable with a list of RosterEntries.
-