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.
|