public class SchemaPanel.MyFieldNameEditor extends SchemaPanel.MyEditor
row
Constructor and Description |
---|
SchemaPanel.MyFieldNameEditor() |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
boolean |
stopCellEditing() |
protected java.lang.String |
validate() |
cancelCellEditing, getCurrentErrorMessage
getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
public boolean stopCellEditing()
stopCellEditing
in interface javax.swing.CellEditor
stopCellEditing
in class SchemaPanel.MyEditor
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
in class SchemaPanel.MyEditor
protected java.lang.String validate()
validate
in class SchemaPanel.MyEditor