Package jmri.swing

Interface ListCellEditor<E>

    • 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)  
      • Methods inherited from interface javax.swing.CellEditor

        addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
    • 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 interface javax.swing.CellEditor