Public Member Functions | |
| JCheckList () | |
| JCheckList (java.lang.Object[] listData) | |
| JCheckList (java.util.Vector listData) | |
| boolean[] | getChecked () |
| Object[] | getCheckedItems (boolean isChecked) |
| void | setChecked (boolean[] value) |
Protected Member Functions | |
| void | checkboxAction () |
|
|
Constructs new JCheckedList. |
|
|
Constructs new JCheckedList.
|
|
|
Constructs new JCheckedList.
|
|
|
Internal helper method toggles the checked state of the item. Creation date: (12/25/2001 18:34:55) |
|
|
Returns array containing boolean values of the checked states of the items in this list. Creation date: (1/2/2002 22:50:19)
|
|
|
Returns an array of all the items that have the same state as the isChecked parameter. This is a utility method that allows selective retrieval of data in this list.
|
|
|
Sets the checked state of the items in this list. The length of array must match the number of elements in this list. Creation date: (1/2/2002 22:51:36)
|
1.3.8