Class CheckBoxStack<T>

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListDataListener, ListSelectionListener, Scrollable

public class CheckBoxStack<T> extends JPanel implements ListSelectionListener, ListDataListener, Scrollable
A component containing a column of checkboxes representing a set of choices. This component does pretty much the same job as a JList, but is easier to use for individually selecting and deselecting individual list items. Like a JList, it has an associated ListModel and ListSelectionModel, which may be shared with other views in the usual way.
Author:
Mark Taylor (Starlink)
See Also: