| Package | org.aswing |
| Class | public class AbstractCellEditor |
| Implements | CellEditor, TableCellEditor, TreeCellEditor |
| Subclasses | DefaultCheckBoxCellEditor, DefaultComboBoxCellEditor, DefaultTextFieldCellEditor |
| Method | Defined by | ||
|---|---|---|---|
| AbstractCellEditor | |||
| AbstractCellEditor | |||
|
cancelCellEditing():void
| AbstractCellEditor | ||
| AbstractCellEditor | |||
|
getClickCountToStart():Number
Returns the number of clicks needed to start editing.
| AbstractCellEditor | ||
| AbstractCellEditor | |||
|
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 | ||
|
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.
| AbstractCellEditor | ||
| popup | property |
protected var popup:JPopup
| AbstractCellEditor | () | constructor |
public function AbstractCellEditor()
| addCellEditorListener | () | method |
| cancelCellEditing | () | method |
public function cancelCellEditing():void
| fireEditingCanceled | () | method |
protected function fireEditingCanceled():void
| fireEditingStopped | () | method |
protected function fireEditingStopped():void
| getCellEditorValue | () | method |
public function getCellEditorValue():*
Returns
* |
| getClickCountToStart | () | method |
public function getClickCountToStart():NumberReturns the number of clicks needed to start editing.
ReturnsNumber — the number of clicks needed to start editing
|
| getEditorComponent | () | method |
| isCellEditable | () | method |
public function isCellEditable(clickCount:int):BooleanParameters
clickCount:int |
Boolean |
| isCellEditing | () | method |
public function isCellEditing():Boolean
Returns
Boolean |
| removeCellEditorListener | () | method |
| removeEditorComponent | () | method |
protected function removeEditorComponent():void
| setCellEditorValue | () | method |
protected function setCellEditorValue(value:*):voidSets the value of this cell. Subclass must override this method to make editor display this value.
Parametersvalue:* — the new value of this cell
|
| setClickCountToStart | () | method |
public function setClickCountToStart(count:Number):voidSpecifies the number of clicks needed to start editing. Default is 0.(mean start after pressed)
Parameterscount:Number — an int specifying the number of clicks needed to start editing
|
See also
| startCellEditing | () | method |
public function startCellEditing(owner:Container, value:IntRectangle, bounds:*):voidParameters
owner:Container |
|
value:IntRectangle |
|
bounds:* |
| stopCellEditing | () | method |
public function stopCellEditing():Boolean
Returns
Boolean |
| updateUI | () | method |
public function updateUI():voidCalls the editor's component to update UI.