Package jaxx.runtime.swing.config
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
fileEditorFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors Modifier Constructor Description protectedFileCellEditorWithExtDetector() -
Method Summary
Modifier and Type Method Description java.awt.ComponentgetTableCellEditorComponent(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, setFileEditorMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTableCellEditorComponentin interfacejavax.swing.table.TableCellEditor- Overrides:
getTableCellEditorComponentin classFileCellEditor
-