Package jmri.swing
Interface ListCellEditor<E>
- All Superinterfaces:
CellEditor
- All Known Implementing Classes:
DefaultListCellEditor
-
Method Summary
Modifier and TypeMethodDescriptiongetListCellEditorComponent(JList<E> list, E value, boolean isSelected, int index) Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Method Details
-
getListCellEditorComponent
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-