public class TableUtils
extends java.lang.Object
| Constructor and Description | 
|---|
TableUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
scrollToVisible(javax.swing.JTable table,
               int rowIndex,
               int vColIndex)
This comes from http://www.exampledepot.com/egs/javax.swing.table/Vis.html
 which is part of http://www.exampledepot.com/egs/javax.swing.table/pkg.html 
 | 
static java.util.List<java.lang.Integer> | 
updateOrderedSelection(javax.swing.JTable table,
                      java.util.List<java.lang.Integer> currentList)
This updates the current list of selected rows, keeping order the user
 selected them and return the list as a convenience. 
 | 
public static void scrollToVisible(javax.swing.JTable table,
                                   int rowIndex,
                                   int vColIndex)
table - rowIndex - vColIndex - public static java.util.List<java.lang.Integer> updateOrderedSelection(javax.swing.JTable table,
                                                                       java.util.List<java.lang.Integer> currentList)
table - currentList - Copyright 2003 Ralph Freese. All Rights Reserved.