net.mtu.eggplant.util.gui
Class TableUtils

java.lang.Object
  extended by net.mtu.eggplant.util.gui.TableUtils

public final class TableUtils
extends Object

utilities for working with tables

Version:
$Revision$

Method Summary
static void setColumnMinWidths(JTable table)
          set the widths of all of the columns to the max width of the object in the column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setColumnMinWidths

public static void setColumnMinWidths(JTable table)
set the widths of all of the columns to the max width of the object in the column.

PreConditions
(table != null)