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.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.swing.lncvprog 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) RosterEntry
PaneProgDp3Action. re
-
Uses of RosterEntry in jmri.implementation
Methods in jmri.implementation with parameters of type RosterEntry Modifier and Type Method Description protected void
DccConsist. loadDecoderFile(DecoderFile df, RosterEntry re, VariableTableModel variableModel)
protected void
DccConsist. 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 RosterEntry
ActiveTrain. getRosterEntry()
RosterEntry
AutoActiveTrain. getRosterEntry()
Methods in jmri.jmrit.dispatcher with parameters of type RosterEntry Modifier and Type Method Description ActiveTrain
DispatcherFrame. getActiveTrainForRoster(RosterEntry re)
void
ActivateTrainFrame. 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.void
ActiveTrain. setRosterEntry(RosterEntry re)
void
ActivateTrainFrame. showActivateFrame(RosterEntry re)
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 RosterEntry
LocoIcon. _entry
protected RosterEntry
MemoryIcon. re
Methods in jmri.jmrit.display that return RosterEntry Modifier and Type Method Description RosterEntry
LocoIcon. getRosterEntry()
Methods in jmri.jmrit.display with parameters of type RosterEntry Modifier and Type Method Description protected void
MemoryIcon. addRosterToIcon(RosterEntry roster)
protected LocoIcon
Editor. selectLoco(RosterEntry entry)
void
LocoIcon. setRosterEntry(RosterEntry entry)
protected java.lang.Object
MemoryIcon. 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 void
BlockContentsIcon. addRosterToIcon(RosterEntry roster)
add a roster to this iconprotected void
MemoryIcon. 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 RosterEntry
SpeedUtil. getRosterEntry()
protected RosterEntry
SpeedUtil. 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.JPanel
MergePrompt. makeEditInfoPanel(RosterEntry entry)
protected RosterSpeedProfile
WarrantManager. 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 RosterEntry
Engine. 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) RosterEntry
PrintRosterEntry. _rosterEntry
(package private) RosterEntry
AbstractRosterItemAction. mFromEntry
(package private) RosterEntry
AbstractRosterItemAction. mToEntry
(package private) RosterEntry
FunctionLabelPane. re
(package private) RosterEntry
RosterEntryPane. re
(package private) RosterEntry
UpdateDecoderDefinitionAction. tempRe
A temporary roster entry used in matching and replacement.Methods in jmri.jmrit.roster that return RosterEntry Modifier and Type Method Description RosterEntry
Roster. entryFromTitle(java.lang.String title)
Return RosterEntry from a "title" string, ala selection in matchingComboBox.static RosterEntry
RosterEntry. fromFile(java.io.File file)
Create a RosterEntry from a file.RosterEntry
Roster. getEntry(int i)
Return a specific entry by indexRosterEntry
Roster. getEntryForId(java.lang.String id)
Return RosterEntry from a "id" string.RosterEntry
Roster. getGroupEntry(java.lang.String group, int i)
Get the Nth RosterEntry in the groupRosterEntry
RosterSpeedProfile. 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 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 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 ofRosterEntry
objects in Roster matching some information.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 ofRosterEntry
objects in Roster matching some information.java.util.List<RosterEntry>
Roster. getEntriesWithAttributeKey(java.lang.String key)
java.util.List<RosterEntry>
Roster. getEntriesWithAttributeKeyValue(java.lang.String key, java.lang.String value)
java.util.List<RosterEntry>
Roster. matchingList(java.lang.String dccAddress, java.lang.String productID)
Get a List ofRosterEntry
objects in Roster matching some information.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 ofRosterEntry
objects in Roster matching some information.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, java.lang.String developerID, java.lang.String manufacturerID, java.lang.String productID)
Get a List ofRosterEntry
objects in Roster matching some information.Methods in jmri.jmrit.roster with parameters of type RosterEntry Modifier and Type Method Description void
Roster. addEntry(RosterEntry e)
Add a RosterEntry object to the in-memory Roster.boolean
Roster. 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 specific properties.(package private) void
UpdateDecoderDefinitionAction. decoderSelectionPane(RosterEntry theEntry)
Creates the "Replacement Definition" pane, which is similar in appearance toCreate New Loco
pane, likewise utilizing a customized instance ofCombinedLocoSelTreePane
.void
Roster. entryIdChanged(RosterEntry r)
Notify that the ID of an entry has changed.int
Roster. getGroupIndex(java.lang.String group, RosterEntry re)
javax.swing.ImageIcon
RosterIconFactory. getIcon(RosterEntry re)
javax.swing.ImageIcon
RosterIconFactory. getReversedIcon(RosterEntry re)
boolean
FunctionLabelPane. guiChanged(RosterEntry r)
Check if panel contents differ with a RosterEntry.boolean
RosterEntryPane. guiChanged(RosterEntry r)
Does the GUI contents agree with a RosterEntry?boolean
RosterMediaPane. guiChanged(RosterEntry r)
(package private) void
UpdateDecoderDefinitionAction. makeMatchLists(RosterEntry theEntry)
Creates twoArrayLists
for decoder matching.void
Roster. removeEntry(RosterEntry e)
Remove a RosterEntry object from the in-memory Roster.void
AbstractRosterItemAction. setExistingEntry(RosterEntry mFromEntry)
Set the roster entry this action acts upon.void
FunctionLabelPane. update(RosterEntry r)
Update a RosterEntry object from panel contents.void
RosterEntryPane. update(RosterEntry r)
Fill a RosterEntry object from GUI contents.void
RosterMediaPane. update(RosterEntry r)
void
FunctionLabelPane. updateFromEntry(RosterEntry re)
Update contents from a RosterEntry objectvoid
RosterEntryPane. updateGUI(RosterEntry r)
Fill GUI from roster contents.(package private) void
UpdateDecoderDefinitionAction. updateMatchButtons(RosterEntry theEntry)
Updates theversionButton
andreplacementButton
availability and tooltips, depending on whetherversionMatchList
andreplacementList
are empty or not.void
LocoFile. 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.void
LocoFile. 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 boolean
Roster. 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 entry is consistent with 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) RosterEntry
RosterFrame. re
Fields in jmri.jmrit.roster.swing with type parameters of type RosterEntry Modifier and Type Field Description (package private) java.util.ArrayList<RosterEntry>
CreateRosterGroupAction. rosterEntries
Methods 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 with parameters of type RosterEntry Modifier and Type Method Description (package private) javax.swing.ImageIcon
RosterTableModel. getIcon(RosterEntry re)
void
RosterEntrySelectorPanel. setSelectedRosterEntry(RosterEntry re)
void
RosterEntrySelectorPanel. setSelectedRosterEntryAndGroup(RosterEntry re, java.lang.String rg)
boolean
RosterTable. setSelection(RosterEntry... selection)
protected void
RosterFrame. startProgrammer(DecoderFile decoderFile, RosterEntry re, java.lang.String filename)
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 void
RosterGroupTableModel. 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) RosterEntry
SpeedProfilePanel. re
Constructors 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) RosterEntry
PrintCvAction. mRoster
(package private) RosterEntry
TcsDownloadAction. rosterEntry
(package private) RosterEntry
TcsExportAction. rosterEntry
(package private) RosterEntry
TcsImportAction. rosterEntry
(package private) RosterEntry
TcsUploadAction. rosterEntry
Methods in jmri.jmrit.symbolicprog with parameters of type RosterEntry Modifier and Type Method Description static void
TcsExportAction. formatTcsVirtualNodeDefinition(java.io.PrintStream str, RosterEntry rosterEntry, CvTableModel model, VariableTableModel vModel)
Format the contents of the locomotive definition.void
TcsImporter. setRosterEntry(RosterEntry rosterEntry)
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 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) RosterEntry
PaneProgFrame. _rosterEntry
protected RosterEntry
PaneProgPane. rosterEntry
Methods in jmri.jmrit.symbolicprog.tabbedframe that return RosterEntry Modifier and Type Method Description RosterEntry
PaneProgFrame. getRosterEntry()
Methods in jmri.jmrit.symbolicprog.tabbedframe with parameters of type RosterEntry Modifier and Type Method Description static boolean
PaneProgFrame. 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 void
PaneProgFrame. loadDecoderFile(DecoderFile df, RosterEntry re)
protected void
PaneSet. loadDecoderFile(DecoderFile df, RosterEntry re)
protected void
PaneProgFrame. loadDecoderFromLoco(RosterEntry r)
protected void
PaneSet. loadDecoderFromLoco(RosterEntry r)
protected void
PaneProgFrame. loadProgrammerFile(RosterEntry r)
protected javax.swing.JPanel
PaneProgFrame. makeFunctionLabelPane(RosterEntry r)
protected javax.swing.JPanel
PaneProgFrame. makeInfoPane(RosterEntry r)
protected javax.swing.JPanel
PaneProgFrame. makeMediaPane(RosterEntry r)
void
PaneSet. makePanes(org.jdom2.Element root, RosterEntry r)
Create a set of panes from a programmer definition and roster entryvoid
PaneSet. 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) void
PaneProgFrame. readConfig(org.jdom2.Element root, RosterEntry r)
void
PaneSet. 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 RosterEntry
AddressPanel. getRosterEntry()
Get the RosterEntry if there's one for this throttle.RosterEntry
ThrottleFrame. getRosterEntry()
Methods in jmri.jmrit.throttle with parameters of type RosterEntry Modifier and Type Method Description void
FunctionPanel. saveFunctionButtonsToRoster(RosterEntry rosterEntry)
void
ControlPanel. saveToRoster(RosterEntry re)
void
AddressPanel. 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 RosterEntry
VSDConfig. getRosterEntry()
RosterEntry
VSDecoder. getRosterEntry()
Methods in jmri.jmrit.vsdecoder with parameters of type RosterEntry Modifier and Type Method Description void
VSDConfig. 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) void
VSDConfigDialog. 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) RosterEntry
ThrottleController. rosterLoco
Methods in jmri.jmrit.withrottle that return RosterEntry Modifier and Type Method Description RosterEntry
ThrottleController. findRosterEntry(DccThrottle t)
Methods in jmri.jmrit.withrottle with parameters of type RosterEntry Modifier and Type Method Description void
MultiThrottleController. sendFunctionLabels(RosterEntry re)
This replaces the previous method of sending a string of function labels.void
ThrottleController. sendFunctionLabels(RosterEntry re)
Send function labels for a roster entry, using old format.void
ThrottleController. 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.jmrix
Methods in jmri.jmrix with parameters of type RosterEntry Modifier and Type Method Description void
ProgrammingTool. 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 RosterEntry
SpeedoConsoleFrame. rosterEntry
Methods in jmri.jmrix.bachrus with parameters of type RosterEntry Modifier and Type Method Description void
SpeedoConsoleFrame. 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 RosterEntry
RosterToEcos. _re
(package private) RosterEntry
EcosLocoToRoster. re
Methods in jmri.jmrix.ecos.utilities with parameters of type RosterEntry Modifier and Type Method Description void
RosterToEcos. createEcosLoco(RosterEntry re)
protected void
EcosLocoToRoster. loadDecoderFile(DecoderFile df, RosterEntry re)
protected void
EcosLocoToRoster. loadProgrammerFile(RosterEntry r)
(package private) void
EcosLocoToRoster. readConfig(org.jdom2.Element root, RosterEntry r)
-
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 void
LncvProgTableModel. 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 RosterEntry
LncvDevice. getRosterEntry()
Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type RosterEntry Modifier and Type Method Description void
LncvDevice. 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.JsonNode
JsonRosterHttpService. 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 RosterEntrySelection
RosterEntrySelection. createRosterEntrySelection(java.util.ArrayList<RosterEntry> rosterEntries)
Create a transferable with a list of RosterEntries.
-