public final class ListChecker<T>
extends java.lang.Object
A helper class (along with the ...CheckListCellRenderer's) to make the
items in a list 'checkable'. Add the desired renderer to the list, then
instantiate a ListChecked with the list and a collection of checked items.
The collection will be updated with the items selected in the list.