edu.psu.geovista.app.table
Class MyTools

java.lang.Object
  extended byedu.psu.geovista.app.table.MyTools

public class MyTools
extends java.lang.Object


Method Summary
static int columnHeaderWidth(javax.swing.table.TableColumn col, javax.swing.JTable table)
           
static int getActualPreferredColumnWidth(javax.swing.table.TableColumn col, javax.swing.JTable table)
           
static void setActualPreferredColumnWidths(javax.swing.JTable table)
           
static int widestCellInColumn(javax.swing.table.TableColumn col, javax.swing.JTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setActualPreferredColumnWidths

public static void setActualPreferredColumnWidths(javax.swing.JTable table)

getActualPreferredColumnWidth

public static int getActualPreferredColumnWidth(javax.swing.table.TableColumn col,
                                                javax.swing.JTable table)

columnHeaderWidth

public static int columnHeaderWidth(javax.swing.table.TableColumn col,
                                    javax.swing.JTable table)

widestCellInColumn

public static int widestCellInColumn(javax.swing.table.TableColumn col,
                                     javax.swing.JTable table)


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.