Package org.nuiton.jaxx.widgets.config
Class ConfigTableEditor.FileCellEditorWithExtDetector
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- org.nuiton.jaxx.widgets.file.FileCellEditor
-
- org.nuiton.jaxx.widgets.config.ConfigTableEditor.FileCellEditorWithExtDetector
-
- All Implemented Interfaces:
Serializable,CellEditor,TableCellEditor
- Enclosing class:
- ConfigTableEditor
protected static class ConfigTableEditor.FileCellEditorWithExtDetector extends FileCellEditor
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuiton.jaxx.widgets.file.FileCellEditor
fileEditor
-
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileCellEditorWithExtDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)-
Methods inherited from class org.nuiton.jaxx.widgets.file.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
-
-
-
-
Method Detail
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
- Specified by:
getTableCellEditorComponentin interfaceTableCellEditor- Overrides:
getTableCellEditorComponentin classFileCellEditor
-
-