Uses of Class
jmri.jmrix.nce.consist.NceConsistRosterEntry
-
Packages that use NceConsistRosterEntry Package Description jmri.jmrix.nce.consist -
-
Uses of NceConsistRosterEntry in jmri.jmrix.nce.consist
Fields in jmri.jmrix.nce.consist declared as NceConsistRosterEntry Modifier and Type Field Description (package private) NceConsistRosterEntry
NceConsistEditPanel. nceConsistRosterEntry
Fields in jmri.jmrix.nce.consist with type parameters of type NceConsistRosterEntry Modifier and Type Field Description protected java.util.List<NceConsistRosterEntry>
NceConsistRoster. _list
List of contained RosterEntry elements.protected java.util.List<NceConsistRosterEntry>
NceConsistEditPanel. consistList
Methods in jmri.jmrix.nce.consist that return NceConsistRosterEntry Modifier and Type Method Description NceConsistRosterEntry
NceConsistRoster. entryFromTitle(java.lang.String title)
Return RosterEntry from a "title" string, ala selection in matchingComboBoxMethods in jmri.jmrix.nce.consist that return types with arguments of type NceConsistRosterEntry Modifier and Type Method Description java.util.List<NceConsistRosterEntry>
NceConsistRoster. matchingList(java.lang.String roadName, java.lang.String roadNumber, java.lang.String consistNumber, java.lang.String eng1Address, java.lang.String eng2Address, java.lang.String eng3Address, java.lang.String eng4Address, java.lang.String eng5Address, java.lang.String eng6Address, java.lang.String id)
Get a List of entries matching some information.Methods in jmri.jmrix.nce.consist with parameters of type NceConsistRosterEntry Modifier and Type Method Description void
NceConsistRoster. addEntry(NceConsistRosterEntry e)
Add a RosterEntry object to the in-memory Roster.void
NceConsistRoster. entryIdChanged(NceConsistRosterEntry r)
Notify that the ID of an entry has changed.void
NceConsistRoster. removeEntry(NceConsistRosterEntry e)
Remove a RosterEntry object from the in-memory Roster.Constructors in jmri.jmrix.nce.consist with parameters of type NceConsistRosterEntry Constructor Description NceConsistRosterEntry(NceConsistRosterEntry pEntry, java.lang.String pID)
-