Uses of Class
com.alee.extended.list.CheckBoxCellData

Packages that use CheckBoxCellData
com.alee.extended.list   
 

Uses of CheckBoxCellData in com.alee.extended.list
 

Methods in com.alee.extended.list that return CheckBoxCellData
 CheckBoxCellData WebCheckBoxListCellEditor.getCellEditorValue(javax.swing.JList list, int index, CheckBoxCellData oldValue)
          Returns editor value that will replace the specified old value in the model.
 

Methods in com.alee.extended.list with parameters of type CheckBoxCellData
protected  WebTextField WebCheckBoxListCellEditor.createCellEditor(javax.swing.JList list, int index, CheckBoxCellData value)
          Creates list cell editor component for the cell nder specified index.
 CheckBoxCellData WebCheckBoxListCellEditor.getCellEditorValue(javax.swing.JList list, int index, CheckBoxCellData oldValue)
          Returns editor value that will replace the specified old value in the model.
protected  java.awt.Rectangle WebCheckBoxListCellEditor.getEditorBounds(javax.swing.JList list, int index, CheckBoxCellData value, java.awt.Rectangle cellBounds)
          Returns list cell editor bounds within the cell.
 WebCheckBoxListElement WebCheckBoxListCellRenderer.getElement(CheckBoxCellData data)
          Returns cached checkbox element for specified data.