Class RosterGroupComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener, RosterGroupSelector

public class RosterGroupComboBox extends JComboBox<String> implements RosterGroupSelector
A JComboBox of Roster Groups.
See Also:
  • Constructor Details

    • RosterGroupComboBox

      public RosterGroupComboBox(Roster roster)
      Create a RosterGroupComboBox with an arbitrary Roster instead of the default Roster instance.
      Parameters:
      roster - the Roster to show the groups of
    • RosterGroupComboBox

      public RosterGroupComboBox(String selection)
      Create a RosterGroupComboBox with an arbitrary selection.
      Parameters:
      selection - the initial roster group selection
    • RosterGroupComboBox

      public RosterGroupComboBox(Roster roster, String selection)
      Create a RosterGroupComboBox with arbitrary selection and Roster.
      Parameters:
      roster - the Roster to show the groups of
      selection - the initial roster group selection
    • RosterGroupComboBox

      Create a RosterGroupComboBox with the default Roster instance and the default roster group.
  • Method Details