public final class TableHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static PropertyChangeListener |
addColumnModelTracker(JTable table,
TableColumnModelListener listener) |
static PropertyChangeListener |
addModelTracker(JTable table,
TableModelListener listener) |
static JScrollPane |
findScrollPane(JTable table) |
static int[] |
getColumnWidths(JTable table) |
static int |
getFirstVisibleRow(JTable table) |
static int |
getLastVisibleRow(JTable table) |
static void |
layoutColumns(JTable table,
boolean onlyVisibleRows) |
static void |
layoutHeaders(JTable table) |
static void |
setColumnWidths(JTable table,
int[] columnWidths) |
public static PropertyChangeListener addModelTracker(JTable table, TableModelListener listener)
public static PropertyChangeListener addColumnModelTracker(JTable table, TableColumnModelListener listener)
public static void layoutHeaders(JTable table)
public static void layoutColumns(JTable table, boolean onlyVisibleRows)
public static JScrollPane findScrollPane(JTable table)
public static int getFirstVisibleRow(JTable table)
public static int getLastVisibleRow(JTable table)
public static void setColumnWidths(JTable table, int[] columnWidths)
public static int[] getColumnWidths(JTable table)
Copyright © 2017. All rights reserved.