public class TableSelectionEvent
extends javax.swing.event.ListSelectionEvent
Modifier and Type | Field and Description |
---|---|
protected int |
columnIndex
The index of the column whose selection has changed.
|
Constructor and Description |
---|
TableSelectionEvent(java.lang.Object source,
int firstRowIndex,
int lastRowIndex,
int columnIndex,
boolean isAdjusting) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the index of the column whose selection has changed.
|
Copyright 2004-2015 Wandora Team