Packageorg.aswing.table
Classpublic class TableColumnModelEvent
InheritanceTableColumnModelEvent Inheritance ModelEvent



Public Methods
 MethodDefined by
  
TableColumnModelEvent(source:TableColumnModel, from:int, _to:int)
Constructs a TableColumnModelEvent object.
TableColumnModelEvent
  
Returns the fromIndex.
TableColumnModelEvent
 Inherited
getSource():Object
ModelEvent
  
getToIndex():int
Returns the toIndex.
TableColumnModelEvent
Constructor detail
TableColumnModelEvent()constructor
public function TableColumnModelEvent(source:TableColumnModel, from:int, _to:int)

Constructs a TableColumnModelEvent object.

Parameters
source:TableColumnModel — the TableColumnModel that originated the event (typically this)
 
from:int — an int specifying the first row in a range of affected rows
 
_to:int — an int specifying the last row in a range of affected rows
Method detail
getFromIndex()method
public function getFromIndex():int

Returns the fromIndex. Valid for removed or moved events

Returns
int
getToIndex()method 
public function getToIndex():int

Returns the toIndex. Valid for add and moved events

Returns
int