class org.aswing.table.TableColumnModelEvent extends ModelEvent

@author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from ModelEvent

function getSource():Dynamic

function new(source:TableColumnModel, from:Int, _to:Int): Void

Constructs a TableColumnModelEvent object.

source

the TableColumnModel that originated the event (typically this)

from

an int specifying the first row in a range of affected rows

to

an int specifying the last row in a range of affected rows

function getFromIndex(): Int

Returns the fromIndex. Valid for removed or moved events

function getToIndex(): Int

Returns the toIndex. Valid for add and moved events