Package jmri.swing
Interface ListCellEditor<E>
-
- All Superinterfaces:
javax.swing.CellEditor
- All Known Implementing Classes:
DefaultListCellEditor
public interface ListCellEditor<E> extends javax.swing.CellEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
getCellEditorValue()
java.awt.Component
getListCellEditorComponent(javax.swing.JList<E> list, E value, boolean isSelected, int index)
-
-
-
Method Detail
-
getListCellEditorComponent
java.awt.Component getListCellEditorComponent(javax.swing.JList<E> list, E value, boolean isSelected, int index)
-
getCellEditorValue
E getCellEditorValue()
- Specified by:
getCellEditorValue
in interfacejavax.swing.CellEditor
-
-