public class WebCheckBoxListCellEditor extends AbstractListCellEditor<WebTextField,CheckBoxCellData>
clicksToEdit, editedCell, editor, editorPositionUpdater, keyAdapter, mouseAdapter, oldValue| Constructor and Description |
|---|
WebCheckBoxListCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected WebTextField |
createCellEditor(javax.swing.JList list,
int index,
CheckBoxCellData value)
Creates list cell editor component for the cell under specified index.
|
CheckBoxCellData |
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 |
getEditorBounds(javax.swing.JList list,
int index,
CheckBoxCellData value,
java.awt.Rectangle cellBounds)
Returns list cell editor bounds within the cell.
|
addEditor, cancelEdit, createCellEditorListeners, editCancelled, editStarted, editStopped, getCellEditor, getClicksToEdit, getEditorBounds, install, installStartEditActions, isCellEditable, isEditing, removeEditor, setClicksToEdit, startEdit, stopEdit, uninstall, uninstallStartEditActions, updateListModelprotected WebTextField createCellEditor(javax.swing.JList list, int index, CheckBoxCellData value)
createCellEditor in class AbstractListCellEditor<WebTextField,CheckBoxCellData>list - list to processindex - cell indexvalue - cell valueprotected java.awt.Rectangle getEditorBounds(javax.swing.JList list,
int index,
CheckBoxCellData value,
java.awt.Rectangle cellBounds)
getEditorBounds in class AbstractListCellEditor<WebTextField,CheckBoxCellData>list - list to processindex - cell indexvalue - cell valuecellBounds - cell boundspublic CheckBoxCellData getCellEditorValue(javax.swing.JList list, int index, CheckBoxCellData oldValue)
list - list to processindex - cell indexoldValue - old cell value