| Package | org.aswing |
| Class | public class DefaultComboBoxCellEditor |
| Inheritance | DefaultComboBoxCellEditor AbstractCellEditor |
| Property | Defined by | ||
|---|---|---|---|
| comboBox : JComboBox | DefaultComboBoxCellEditor | ||
![]() | popup : JPopup | AbstractCellEditor | |
| Method | Defined by | ||
|---|---|---|---|
| DefaultComboBoxCellEditor | |||
![]() | AbstractCellEditor | ||
![]() |
cancelCellEditing():void
| AbstractCellEditor | |
| DefaultComboBoxCellEditor | |||
![]() |
getClickCountToStart():Number
Returns the number of clicks needed to start editing.
| AbstractCellEditor | |
| DefaultComboBoxCellEditor | |||
| DefaultComboBoxCellEditor | |||
![]() |
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
| DefaultComboBoxCellEditor | ||
![]() |
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.
| DefaultComboBoxCellEditor | ||
| comboBox | property |
protected var comboBox:JComboBox
| DefaultComboBoxCellEditor | () | constructor |
public function DefaultComboBoxCellEditor()
| getCellEditorValue | () | method |
public override function getCellEditorValue():*
Returns
* |
| getComboBox | () | 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 |