Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.ui.list
Class ListChecker

java.lang.Object
  extended by oracle.javatools.ui.list.ListChecker

public final class ListChecker
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.


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

ListChecker

public ListChecker(javax.swing.JList list,
                   java.util.Collection checkedItems)
Parameters:
list - the list to be checked
checkedItems - the collection of currently checked items

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.