Module java.desktop
Package javax.swing

Class JList<E>

Type Parameters:
E - the type of the elements of this list
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

@JavaBean(defaultProperty="UI", description="A component which allows for the selection of one or more objects from a list.") public class JList<E> extends JComponent implements Scrollable,