Packageorg.aswing.table
Interfacepublic interface TableCellEditor extends CellEditor
ImplementorsAbstractCellEditor



Public Methods
 MethodDefined by
 Inherited
Adds a listener to the list that's notified when the editor stops, or cancels editing.
CellEditor
 Inherited
Tells the editor to cancel editing and not accept any partially edited value.
CellEditor
 Inherited
Returns the value contained in the editor.
CellEditor
 Inherited
isCellEditable(clickCount:int):Boolean
Asks the editor if it can start editing using clickCount.
CellEditor
 Inherited
isCellEditing():Boolean
Returns is the cell editor is editing.
CellEditor
 Inherited
Removes a listener from the list that's notified
CellEditor
 Inherited
startCellEditing(owner:Container, value:IntRectangle, bounds:*):void
Returns true if the editing cell should be selected, false otherwise.
CellEditor
 Inherited
stopCellEditing():Boolean
Tells the editor to stop editing and accept any partially edited value as the value of the editor.
CellEditor
 Inherited
updateUI():void
Calls the editor's component to update UI.
CellEditor