class org.aswing.AbstractCellEditor
| Sub classes | ||||||||
![]() | DefaultCheckBoxCellEditor, DefaultComboBoxCellEditor, DefaultTextFieldCellEditor |
| ||||||
@author paling
Instance Fields
function getClickCountToStart(): Float
Returns the number of clicks needed to start editing.
| returns | the number of clicks needed to start editing |
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 |

