Interface ListCellEditor
-
- All Superinterfaces:
CellEditor
- All Known Implementing Classes:
DefaultListCellEditor
public interface ListCellEditor extends CellEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentgetListCellEditorComponent(JList list, Object value, boolean isSelected, int index)-
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
-