Class ConfigTableEditor.FileCellEditorWithExtDetector

java.lang.Object
javax.swing.AbstractCellEditor
jaxx.runtime.swing.editor.cell.FileCellEditor
jaxx.runtime.swing.config.ConfigTableEditor.FileCellEditorWithExtDetector
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor
Enclosing class:
ConfigTableEditor

protected static class ConfigTableEditor.FileCellEditorWithExtDetector
extends FileCellEditor
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class jaxx.runtime.swing.editor.cell.FileCellEditor

    fileEditor

    Fields inherited from class javax.swing.AbstractCellEditor

    changeEvent, listenerList
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected FileCellEditorWithExtDetector()  
  • Method Summary

    Modifier and Type Method Description
    java.awt.Component getTableCellEditorComponent​(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)  

    Methods inherited from class jaxx.runtime.swing.editor.cell.FileCellEditor

    getCellEditorValue, setFileEditor

    Methods inherited from class javax.swing.AbstractCellEditor

    addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.swing.CellEditor

    addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
  • Constructor Details

    • FileCellEditorWithExtDetector

      protected FileCellEditorWithExtDetector()
  • Method Details

    • getTableCellEditorComponent

      public java.awt.Component getTableCellEditorComponent​(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
      Specified by:
      getTableCellEditorComponent in interface javax.swing.table.TableCellEditor
      Overrides:
      getTableCellEditorComponent in class FileCellEditor