Uses of Class
jmri.jmrit.roster.rostergroup.RosterGroup
Packages that use RosterGroup
-
Uses of RosterGroup in jmri.jmrit.roster
Methods in jmri.jmrit.roster that return types with arguments of type RosterGroupModifier and TypeMethodDescriptionRosterEntry.getGroups()List the roster groups this entry is a member of, returning existingRosterGroups from the defaultRosterif they exist.List the roster groups this entry is a member of, returning existingRosterGroups from the specifiedRosterif they exist.Roster.getRosterGroups()Get the groups known to the roster itself.Methods in jmri.jmrit.roster with parameters of type RosterGroupModifier and TypeMethodDescriptionvoidRoster.addRosterGroup(RosterGroup rg) Add a roster group, notifying all listeners of the change.voidRoster.remapRosterGroup(RosterGroup group, String newKey) Changes the key used to look up a RosterGroup by name.voidRoster.removeRosterGroup(RosterGroup rg) Method parameters in jmri.jmrit.roster with type arguments of type RosterGroupModifier and TypeMethodDescriptionvoidRoster.addRosterGroups(List<RosterGroup> groups) Add a list ofRosterGroup. -
Uses of RosterGroup in jmri.jmrit.roster.swing
Constructors in jmri.jmrit.roster.swing with parameters of type RosterGroupModifierConstructorDescriptionRosterTableModel(RosterGroup group) Create a table model for a Roster group.