Packageorg.aswing
Classpublic class DefaultCheckBoxCellEditor
InheritanceDefaultCheckBoxCellEditor Inheritance AbstractCellEditor



Protected Properties
 PropertyDefined by
  checkBox : JCheckBox
DefaultCheckBoxCellEditor
 Inheritedpopup : JPopup
AbstractCellEditor
Public Methods
 MethodDefined by
  
DefaultCheckBoxCellEditor
 Inherited
AbstractCellEditor
 Inherited
AbstractCellEditor
  
DefaultCheckBoxCellEditor
  
DefaultCheckBoxCellEditor
 Inherited
Returns the number of clicks needed to start editing.
AbstractCellEditor
  
DefaultCheckBoxCellEditor
 Inherited
isCellEditable(clickCount:int):Boolean
AbstractCellEditor
 Inherited
isCellEditing():Boolean
AbstractCellEditor
 Inherited
AbstractCellEditor
 Inherited
setClickCountToStart(count:Number):void
Specifies the number of clicks needed to start editing.
AbstractCellEditor
 Inherited
startCellEditing(owner:Container, value:IntRectangle, bounds:*):void
AbstractCellEditor
 Inherited
stopCellEditing():Boolean
AbstractCellEditor
  
toString():String
DefaultCheckBoxCellEditor
 Inherited
updateUI():void
Calls the editor's component to update UI.
AbstractCellEditor
Protected Methods
 MethodDefined by
 Inherited
AbstractCellEditor
 Inherited
AbstractCellEditor
 Inherited
AbstractCellEditor
  
setCellEditorValue(value:*):void
Sets the value of this cell.
DefaultCheckBoxCellEditor
Property detail
checkBoxproperty
protected var checkBox:JCheckBox
Constructor detail
DefaultCheckBoxCellEditor()constructor
public function DefaultCheckBoxCellEditor()
Method detail
getCellEditorValue()method
public override function getCellEditorValue():*

Returns
*
getCheckBox()method 
public function getCheckBox():JCheckBox

Returns
JCheckBox
getEditorComponent()method 
public override function getEditorComponent():Component

Returns
Component
setCellEditorValue()method 
protected override function setCellEditorValue(value:*):void

Sets the value of this cell.

Parameters
value:* — the new value of this cell
toString()method 
public function toString():String

Returns
String