API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.table. TableCellEditor View Source
Author(s)
Alan Chung
Since
Version
1.17 11/17/05
Serial
Hierarchy
 CellEditor
      TableCellEditor
Subinterfaces
Description
public interface TableCellEditor
This interface defines the method any object that would like to be an editor of values for components such as JListBox, JComboBox, JTree, or JTable needs to implement.
See also:   
Methods
Hide/Show inherited methods
public Component getTableCellEditorComponent (JTable table, Object value, boolean isSelected, int row, int column)
  Sets an initial value for the editor.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar