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, getCurrentErrorMessagegetCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCelladdCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorstopCellEditing in class SchemaPanel.MyEditorpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorgetTableCellEditorComponent in class SchemaPanel.MyEditorprotected java.lang.String validate()
validate in class SchemaPanel.MyEditor