public class IntegerEditor
extends javax.swing.DefaultCellEditor
| Constructor and Description | 
|---|
IntegerEditor(int min,
             int max)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getCellEditorValue()  | 
java.awt.Component | 
getTableCellEditorComponent(javax.swing.JTable table,
                           java.lang.Object value,
                           boolean isSelected,
                           int row,
                           int column)  | 
boolean | 
stopCellEditing()  | 
protected boolean | 
userSaysRevert()
Lets the user know that the text they entered is 
 bad. 
 | 
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCelladdCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic 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 javax.swing.DefaultCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorgetCellEditorValue in class javax.swing.DefaultCellEditorpublic boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorstopCellEditing in class javax.swing.DefaultCellEditorprotected boolean userSaysRevert()
Copyright 2003 Ralph Freese. All Rights Reserved.