public final class FileTableCellEditor extends AbstractCellEditor implements TableCellRenderer, TableCellEditor, ActionListener
changeEvent, listenerList
Constructor and Description |
---|
FileTableCellEditor() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent event) |
Object |
getCellEditorValue() |
JFileChooser |
getFileChooser() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public JFileChooser getFileChooser()
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent
in interface TableCellRenderer
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.