javax.swing.event
public class TableColumnModelEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected int |
fromIndex
fromIndex
|
protected int |
toIndex
toIndex
|
source
Constructor and Description |
---|
TableColumnModelEvent(TableColumnModel source,
int from,
int to)
Constructor TableColumnModelEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getFromIndex()
getFromIndex.
|
int |
getToIndex()
getToIndex.
|
getSource, toString
public TableColumnModelEvent(TableColumnModel source, int from, int to)
source
- Source TableColumnModelfrom
- From indexto
- To indexpublic int getFromIndex()
public int getToIndex()