public class DefaultListCellEditor extends DefaultCellEditor implements ListCellEditor
DefaultCellEditor.EditorDelegateclickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
DefaultListCellEditor(JCheckBox checkBox) |
DefaultListCellEditor(JComboBox comboBox) |
DefaultListCellEditor(JTextField textField) |
| Modifier and Type | Method and Description |
|---|---|
Component |
getListCellEditorComponent(JList list,
Object value,
boolean isSelected,
int index) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic DefaultListCellEditor(JCheckBox checkBox)
public DefaultListCellEditor(JComboBox comboBox)
public DefaultListCellEditor(JTextField textField)
public Component getListCellEditorComponent(JList list, Object value, boolean isSelected, int index)
getListCellEditorComponent in interface ListCellEditorCopyright © 2021. All rights reserved.