|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.tables.HideColumnsDialog
public final class HideColumnsDialog
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 |
---|
public static void show(javax.swing.JTable table, GeneralTableModel tableModel, java.awt.Component parentComponent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |