|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.uacalc.ui.table.TableUtils
public class TableUtils
Table utilities like scrolling to make a row visible.
| Constructor Summary | |
|---|---|
TableUtils()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableUtils()
| Method Detail |
|---|
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 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||