Interface ListCellEditor

All Superinterfaces:
CellEditor
All Known Implementing Classes:
DefaultListCellEditor

public interface ListCellEditor extends CellEditor
  • Method Details

    • getListCellEditorComponent

      Component getListCellEditorComponent(JList list, Object value, boolean isSelected, int index)