All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.DefaultCellEditor
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
protected EventListenerList listenerList
protected transient ChangeEvent changeEvent
protected JComponent editorComponent
protected DefaultCellEditor. EditorDelegate delegate
protected int clickCountToStart
public DefaultCellEditor(JTextField x)
public DefaultCellEditor(JCheckBox x)
public DefaultCellEditor(JComboBox x)
public Component getComponent()
public void setClickCountToStart(int count)
public int getClickCountToStart()
public Object getCellEditorValue()
public boolean isCellEditable(EventObject anEvent)
public boolean shouldSelectCell(EventObject anEvent)
public boolean stopCellEditing()
public void cancelCellEditing()
public void addCellEditorListener(CellEditorListener l)
public void removeCellEditorListener(CellEditorListener l)
protected void fireEditingStopped()
protected void fireEditingCanceled()
public Component getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
All Packages Class Hierarchy This Package Previous Next Index