Method getSelectedColumn()
Return type: int
Member of: javax.swing.JTable
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 stSelectedColumn = settingsTable.getSelectedColumn();
2 int col = getSelectedColumn();
3 int col = getSelectedColumn();
4 selectedColumn = getSelectedColumn();
5 + ", Table r=" + this.getSelectedRow() + " c=" + this.getSelectedColumn());
6 selectedColumn = _table.getSelectedColumn();
7 int col = tab.getSelectedColumn();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.