public class DefaultListCellEditor extends javax.swing.DefaultCellEditor implements ListCellEditor
构造器和说明 |
---|
DefaultListCellEditor(UICheckBox checkBox) |
DefaultListCellEditor(UIComboBox comboBox) |
DefaultListCellEditor(UITextField textField) |
限定符和类型 | 方法和说明 |
---|---|
java.awt.Component |
getListCellEditorComponent(javax.swing.JList list,
java.lang.Object value,
boolean isSelected,
int index) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
public DefaultListCellEditor(UITextField textField)
public DefaultListCellEditor(UICheckBox checkBox)
public DefaultListCellEditor(UIComboBox comboBox)
public java.awt.Component getListCellEditorComponent(javax.swing.JList list, java.lang.Object value, boolean isSelected, int index)
getListCellEditorComponent
在接口中 ListCellEditor