| Package | org.aswing.table |
| Class | public class TableColumnModelEvent |
| Inheritance | TableColumnModelEvent ModelEvent |
| Method | Defined by | ||
|---|---|---|---|
|
TableColumnModelEvent(source:TableColumnModel, from:int, _to:int)
Constructs a TableColumnModelEvent object.
| TableColumnModelEvent | ||
|
getFromIndex():int
Returns the fromIndex.
| TableColumnModelEvent | ||
![]() |
getSource():Object
| ModelEvent | |
|
getToIndex():int
Returns the toIndex.
| TableColumnModelEvent | ||
| TableColumnModelEvent | () | constructor |
public function TableColumnModelEvent(source:TableColumnModel, from:int, _to:int)Constructs a TableColumnModelEvent object.
Parameterssource: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
|
| getFromIndex | () | method |
public function getFromIndex():intReturns the fromIndex. Valid for removed or moved events
Returnsint |
| getToIndex | () | method |
public function getToIndex():intReturns the toIndex. Valid for add and moved events
Returnsint |