All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.table.TableCellEditor
- public interface TableCellEditor
- extends CellEditor
This interface defines the methods any object that would like to be
an editor of values for components such as ListBox, ComboBox, Tree, or
Table, etc.
-
configureTableCellEditor(Object, boolean, Object, int)
- Sets an initial value for the editor.
configureTableCellEditor
public abstract void configureTableCellEditor(Object value,
boolean isSelected,
Object columnID,
int rowIndex)
- Sets an initial value for the editor. This will cause
the editor to stopEditing and lose any partially edited value
if the editor is editing when this method is called.
- Parameters:
- value - the new value
All Packages Class Hierarchy This Package Previous Next Index