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