Packageorg.aswing
Classpublic class DefaultComboBoxCellEditor
InheritanceDefaultComboBoxCellEditor Inheritance AbstractCellEditor

The default editor for table and tree cells, use a combobox.



Protected Properties
 PropertyDefined by
  comboBox : JComboBox
DefaultComboBoxCellEditor
 Inheritedpopup : JPopup
AbstractCellEditor
Public Methods
 MethodDefined by
  
DefaultComboBoxCellEditor
 Inherited
AbstractCellEditor
 Inherited
AbstractCellEditor
  
DefaultComboBoxCellEditor
 Inherited
Returns the number of clicks needed to start editing.
AbstractCellEditor
  
DefaultComboBoxCellEditor
  
DefaultComboBoxCellEditor
 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
DefaultComboBoxCellEditor
 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.
DefaultComboBoxCellEditor
Property detail
comboBoxproperty
protected var comboBox:JComboBox
Constructor detail
DefaultComboBoxCellEditor()constructor
public function DefaultComboBoxCellEditor()
Method detail
getCellEditorValue()method
public override function getCellEditorValue():*

Returns
*
getComboBox()method 
public function getComboBox():JComboBox

Returns
JComboBox
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