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 RosterRoster. getDefault()Get the roster for the profile returned byProfileManager.getActiveProfile().static RosterRoster. getRoster(Profile profile)Get the roster for the specified profile.RosterRosterConfigManager. getRoster(Profile profile)Get the roster for the profile.RosterRosterConfigManager. 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 existingRosterGroups from the specifiedRosterif they exist.RosterRosterConfigManager. 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 RosterRosterEntryComboBox. _roster(package private) RosterRosterEntryToGroupAction. rosterConstructors 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 RosterLncvProgTableModel. _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 RosterLnsv1ProgTableModel. _roster
-