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 existingRosterGroup
s from the defaultRoster
if they exist.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.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 void
Roster. addRosterGroup(RosterGroup rg)
Add a roster group, notifying all listeners of the change.void
Roster. remapRosterGroup(RosterGroup group, java.lang.String newKey)
Changes the key used to lookup a RosterGroup by name.void
Roster. removeRosterGroup(RosterGroup rg)
Method parameters in jmri.jmrit.roster with type arguments of type RosterGroup Modifier and Type Method Description void
Roster. 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.
-