edu.jhu.tmaj.client.tables
Class HideColumnsDialog

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.HideColumnsDialog

public final class HideColumnsDialog
extends java.lang.Object

A Frame that allows users to hide columns in a JTable by setting their width to zero. Note: You need to call table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF) on the table to make this class work properly.


Method Summary
static void show(javax.swing.JTable table, GeneralTableModel tableModel, java.awt.Component parentComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

show

public static void show(javax.swing.JTable table,
                        GeneralTableModel tableModel,
                        java.awt.Component parentComponent)