public class NumberEditorExt
extends javax.swing.DefaultCellEditor
| Constructor | Description |
|---|---|
NumberEditorExt() |
|
NumberEditorExt(java.text.NumberFormat formatter) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getCellEditorValue() |
|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
Override and set the border back to normal in case there was an error previously
|
boolean |
stopCellEditing() |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListeneraddCellEditorListener, removeCellEditorListenerpublic NumberEditorExt()
public NumberEditorExt(java.text.NumberFormat formatter)
public boolean stopCellEditing()
stopCellEditing in class javax.swing.DefaultCellEditorpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in class javax.swing.DefaultCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in class javax.swing.DefaultCellEditor