|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
JCheckBox ) |
Documentation changed from old to new. |
Constructs a DefaultCellEditor object that uses a check box. |
JComboBox ) |
Documentation changed from old to new. |
Constructs a DefaultCellEditor object that uses a combo box. |
JTextField ) |
Documentation changed from old to new. |
Constructs a DefaultCellEditor that uses a text field. |
Changed Methods | ||
void cancelCellEditing() |
Documentation changed from old to new. |
Forwards the message from the CellEditor to the delegate . |
Object getCellEditorValue() |
Documentation changed from old to new. |
Forwards the message from the CellEditor to the delegate . |
int getClickCountToStart() |
Documentation changed from old to new. |
Returns the number of clicks needed to start editing. |
Component getComponent() |
Documentation changed from old to new. |
Returns a reference to the editor component. |
Component getTableCellEditorComponent(JTable, |
Documentation changed from old to new. |
Implements the TableCellEditor interface. |
Component getTreeCellEditorComponent(JTree, |
Documentation changed from old to new. |
Implements the TreeCellEditor interface. |
boolean isCellEditable(EventObject ) |
Documentation changed from old to new. |
Forwards the message from the CellEditor to the delegate . |
boolean shouldSelectCell(EventObject ) |
Documentation changed from old to new. |
Forwards the message from the CellEditor to the delegate . |
boolean stopCellEditing() |
Documentation changed from old to new. |
Forwards the message from the CellEditor to the delegate . |
Changed Fields | ||
int clickCountToStart |
Documentation changed from old to new. |
An integer specifying the number of clicks needed to start editing. |
EditorDelegate delegate |
Documentation changed from old to new. |
The delegate class which handles all methods sent from the CellEditor . |
JComponent editorComponent |
Documentation changed from old to new. |
The Swing component being edited. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |