protected class DBManipulationPane.ColumnValueEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor
| 限定符 | 构造器和说明 |
|---|---|
protected |
DBManipulationPane.ColumnValueEditor() |
protected |
DBManipulationPane.ColumnValueEditor(Editor<?>[] types) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
boolean |
isCellEditable(java.util.EventObject anEvent) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected DBManipulationPane.ColumnValueEditor()
protected DBManipulationPane.ColumnValueEditor(Editor<?>[] types)
public boolean isCellEditable(java.util.EventObject anEvent)
isCellEditable 在接口中 javax.swing.CellEditorisCellEditable 在类中 javax.swing.AbstractCellEditorpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent 在接口中 javax.swing.table.TableCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue 在接口中 javax.swing.CellEditor