Class ListSelector

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class ListSelector extends JPanel implements ActionListener
A composite component comprising a JList and associated controls used to add and remove list elements and to control their ordering.
See Also:
  • Constructor Details

    • ListSelector

      public ListSelector(Object[] listData)
  • Method Details