Uses of Class
jmri.jmrit.roster.rostergroup.RosterGroup
-
Packages that use RosterGroup Package Description jmri.jmrit.roster jmri.jmrit.roster.swing -
-
Uses of RosterGroup in jmri.jmrit.roster
Methods in jmri.jmrit.roster that return types with arguments of type RosterGroup Modifier and Type Method Description java.util.List<RosterGroup>RosterEntry. getGroups()List the roster groups this entry is a member of, returning existingRosterGroups from the defaultRosterif they exist.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.java.util.HashMap<java.lang.String,RosterGroup>Roster. getRosterGroups()Get the groups known to the roster itself.Methods in jmri.jmrit.roster with parameters of type RosterGroup Modifier and Type Method Description voidRoster. addRosterGroup(RosterGroup rg)Add a roster group, notifying all listeners of the change.voidRoster. remapRosterGroup(RosterGroup group, java.lang.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 RosterGroup Modifier and Type Method Description voidRoster. addRosterGroups(java.util.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 RosterGroup Constructor Description RosterTableModel(RosterGroup group)Create a table model for a Roster group.
-