| Package | org.aswing |
| Class | public class DefaultCheckBoxCellEditor |
| Inheritance | DefaultCheckBoxCellEditor AbstractCellEditor |
| Property | Defined by | ||
|---|---|---|---|
| checkBox : JCheckBox | DefaultCheckBoxCellEditor | ||
![]() | popup : JPopup | AbstractCellEditor | |
| Method | Defined by | ||
|---|---|---|---|
| DefaultCheckBoxCellEditor | |||
![]() | AbstractCellEditor | ||
![]() |
cancelCellEditing():void
| AbstractCellEditor | |
| DefaultCheckBoxCellEditor | |||
| DefaultCheckBoxCellEditor | |||
![]() |
getClickCountToStart():Number
Returns the number of clicks needed to start editing.
| AbstractCellEditor | |
| DefaultCheckBoxCellEditor | |||
![]() |
isCellEditable(clickCount:int):Boolean
| AbstractCellEditor | |
![]() |
isCellEditing():Boolean
| AbstractCellEditor | |
![]() | AbstractCellEditor | ||
![]() |
setClickCountToStart(count:Number):void
Specifies the number of clicks needed to start editing.
| AbstractCellEditor | |
![]() | AbstractCellEditor | ||
![]() |
stopCellEditing():Boolean
| AbstractCellEditor | |
|
toString():String
| DefaultCheckBoxCellEditor | ||
![]() |
updateUI():void
Calls the editor's component to update UI.
| AbstractCellEditor | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
fireEditingCanceled():void
| AbstractCellEditor | |
![]() |
fireEditingStopped():void
| AbstractCellEditor | |
![]() |
removeEditorComponent():void
| AbstractCellEditor | |
|
setCellEditorValue(value:*):void
Sets the value of this cell.
| DefaultCheckBoxCellEditor | ||
| checkBox | property |
protected var checkBox:JCheckBox
| DefaultCheckBoxCellEditor | () | constructor |
public function DefaultCheckBoxCellEditor()
| getCellEditorValue | () | method |
public override function getCellEditorValue():*
Returns
* |
| getCheckBox | () | method |
| getEditorComponent | () | method |
| setCellEditorValue | () | method |
protected override function setCellEditorValue(value:*):voidSets the value of this cell.
Parametersvalue:* — the new value of this cell
|
| toString | () | method |
public function toString():String
Returns
String |