|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.swing.table.Tables
public final class Tables
General utility methods for JFC tables.
Method Summary | |
---|---|
static int |
getBestColumnHeaderSize(JTable table,
TableColumn column)
Get the best size for a TableColumn. |
static int |
getBestColumnSize(JTable table,
TableColumn column)
Get the minimum width of a column required to display all items, including the header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getBestColumnHeaderSize(JTable table, TableColumn column)
table
- The table containing the column.column
- The column.public static int getBestColumnSize(JTable table, TableColumn column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |