public class DefaultListCellEditor extends AbstractListCellEditor
clicksToEdit, editedCell, editor, editorPositionUpdater, keyAdapter, mouseAdapter, oldValue| Constructor and Description |
|---|
DefaultListCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Component |
createCellEditor(javax.swing.JList list,
int index,
java.lang.Object value)
Creates list cell editor component for the cell under specified index.
|
java.lang.Object |
getCellEditorValue(javax.swing.JList list,
int index,
java.lang.Object oldValue)
Returns editor value that will replace the specified old value in the model.
|
addEditor, cancelEdit, createCellEditorListeners, editCancelled, editStarted, editStopped, getCellEditor, getClicksToEdit, getEditorBounds, getEditorBounds, install, installStartEditActions, isCellEditable, isEditing, removeEditor, setClicksToEdit, startEdit, stopEdit, uninstall, uninstallStartEditActions, updateListModelprotected java.awt.Component createCellEditor(javax.swing.JList list,
int index,
java.lang.Object value)
createCellEditor in class AbstractListCellEditorlist - list to processindex - cell indexvalue - cell valuepublic java.lang.Object getCellEditorValue(javax.swing.JList list,
int index,
java.lang.Object oldValue)
list - list to processindex - cell indexoldValue - old cell value