| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.ui.list.ListChecker
public final class ListChecker
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.
| Constructor Summary | |
|---|---|
ListChecker(javax.swing.JList list, java.util.Collection checkedItems) | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ListChecker(javax.swing.JList list,
                   java.util.Collection checkedItems)
list - the list to be checkedcheckedItems - the collection of currently checked items
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||