|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.uifextras.util.TableUtilities
public final class TableUtilities
This class consists of static methods that provide useful code for handling tables.
Method Summary | |
---|---|
static void |
leftAlignColumn(TableColumn column)
Modify the column's header to be aligned left. |
static void |
resizeColumnsToPreferredWidth(JTable table)
Try to resize the table's columns to get the preferred size of their contents. |
static StringBuilder |
writeAsExportString(TableModel model)
Creates and answers a comma separated string from the details table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void leftAlignColumn(TableColumn column)
public static void resizeColumnsToPreferredWidth(JTable table)
public static StringBuilder writeAsExportString(TableModel model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |