class org.aswing.AbstractCellEditor

@author paling

Instance Fields

function new(): Void

function getClickCountToStart(): Float

Returns the number of clicks needed to start editing.

returns

the number of clicks needed to start editing

function isCellEditable(clickCount:Int): Bool

function isCellEditing(): Bool

function setClickCountToStart(count:Float): Void

Specifies the number of clicks needed to start editing. Default is 0.(mean start after pressed) @see #getClickCountToStart()

count

an int specifying the number of clicks needed to start editing

function startCellEditing(owner:Container, value:Dynamic, bounds:IntRectangle): Void

function stopCellEditing(): Bool

function updateUI(): Void

Calls the editor's component to update UI.