Uses of Class
jmri.jmrix.nce.consist.NceConsistRosterEntry
Packages that use NceConsistRosterEntry
-
Uses of NceConsistRosterEntry in jmri.jmrix.nce.consist
Fields in jmri.jmrix.nce.consist declared as NceConsistRosterEntryModifier and TypeFieldDescription(package private) NceConsistRosterEntryNceConsistEditPanel.nceConsistRosterEntryFields in jmri.jmrix.nce.consist with type parameters of type NceConsistRosterEntryModifier and TypeFieldDescriptionprotected List<NceConsistRosterEntry>NceConsistRoster._listList of contained RosterEntry elements.protected List<NceConsistRosterEntry>NceConsistEditPanel.consistListMethods in jmri.jmrix.nce.consist that return NceConsistRosterEntryModifier and TypeMethodDescriptionNceConsistRoster.entryFromTitle(String title) Return RosterEntry from a "title" string, ala selection in matchingComboBoxMethods in jmri.jmrix.nce.consist that return types with arguments of type NceConsistRosterEntryModifier and TypeMethodDescriptionNceConsistRoster.matchingList(String roadName, String roadNumber, String consistNumber, String eng1Address, String eng2Address, String eng3Address, String eng4Address, String eng5Address, String eng6Address, String id) Get a List of entries matching some information.Methods in jmri.jmrix.nce.consist with parameters of type NceConsistRosterEntryModifier and TypeMethodDescriptionvoidNceConsistRoster.addEntry(NceConsistRosterEntry e) Add a RosterEntry object to the in-memory Roster.voidNceConsistRoster.entryIdChanged(NceConsistRosterEntry r) Notify that the ID of an entry has changed.voidNceConsistRoster.removeEntry(NceConsistRosterEntry e) Remove a RosterEntry object from the in-memory Roster.Constructors in jmri.jmrix.nce.consist with parameters of type NceConsistRosterEntry