Uses of Class
jmri.jmrit.roster.Roster
-
Packages that use Roster Package Description jmri.jmrit.roster jmri.jmrit.roster.swing jmri.jmrix.loconet.swing.lncvprog jmri.jmrix.loconet.swing.lnsv1prog -
-
Uses of Roster in jmri.jmrit.roster
Methods in jmri.jmrit.roster that return Roster Modifier and Type Method Description static Roster
Roster. getDefault()
Get the roster for the profile returned byProfileManager.getActiveProfile()
.static Roster
Roster. getRoster(Profile profile)
Get the roster for the specified profile.Roster
RosterConfigManager. getRoster(Profile profile)
Get the roster for the profile.Roster
RosterConfigManager. setRoster(Profile profile, Roster roster)
Set the roster for the profile.Methods in jmri.jmrit.roster with parameters of type Roster Modifier and Type Method Description java.util.List<RosterGroup>
RosterEntry. getGroups(Roster roster)
List the roster groups this entry is a member of, returning existingRosterGroup
s from the specifiedRoster
if they exist.Roster
RosterConfigManager. setRoster(Profile profile, Roster roster)
Set the roster for the profile. -
Uses of Roster in jmri.jmrit.roster.swing
Fields in jmri.jmrit.roster.swing declared as Roster Modifier and Type Field Description protected Roster
RosterEntryComboBox. _roster
(package private) Roster
RosterEntryToGroupAction. roster
Constructors in jmri.jmrit.roster.swing with parameters of type Roster Constructor Description GlobalRosterEntryComboBox(Roster roster)
Create a combo box with all roster entries in an arbitrary Roster.GlobalRosterEntryComboBox(Roster roster, java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderMfgID, java.lang.String decoderVersionID, java.lang.String id)
Create a combo box with roster entries in an arbitrary Roster matching the specified attributes.RosterEntryComboBox(Roster roster)
Create a combo box with an arbitrary Roster and all entries in the active roster group.RosterEntryComboBox(Roster roster, java.lang.String rosterGroup)
Create a combo box with an arbitrary Roster and all entries in an arbitrary roster group.RosterEntryComboBox(Roster roster, java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderMfgID, java.lang.String decoderVersionID, java.lang.String id)
Create a combo box with an arbitrary Roster and entries in the active roster group matching the specified attributes.RosterEntryComboBox(Roster roster, java.lang.String rosterGroup, java.lang.String roadName, java.lang.String roadNumber, java.lang.String dccAddress, java.lang.String mfg, java.lang.String decoderMfgID, java.lang.String decoderVersionID, java.lang.String id)
Create a combo box with an arbitrary Roster and entries in an arbitrary roster group matching the specified attributes.RosterGroupComboBox(Roster roster)
Create a RosterGroupComboBox with an arbitrary Roster instead of the default Roster instance.RosterGroupComboBox(Roster roster, java.lang.String selection)
Create a RosterGroupComboBox with arbitrary selection and Roster. -
Uses of Roster in jmri.jmrix.loconet.swing.lncvprog
Fields in jmri.jmrix.loconet.swing.lncvprog declared as Roster Modifier and Type Field Description protected Roster
LncvProgTableModel. _roster
-
Uses of Roster in jmri.jmrix.loconet.swing.lnsv1prog
Fields in jmri.jmrix.loconet.swing.lnsv1prog declared as Roster Modifier and Type Field Description protected Roster
Lnsv1ProgTableModel. _roster
-