cmu.survey.gui.table
Class TablePanel.Util

java.lang.Object
  extended by cmu.survey.gui.table.TablePanel.Util
Enclosing class:
TablePanel

public static class TablePanel.Util
extends java.lang.Object


Constructor Summary
protected TablePanel.Util()
           
 
Method Summary
static boolean isRowHeaderVisible(javax.swing.JTable table)
           
static void removeRowHeader(javax.swing.JTable table)
          Creates row header for table with row number (starting with 1) displayed
static void setRowHeader(javax.swing.JTable table)
          Creates row header for table with row number (starting with 1) displayed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePanel.Util

protected TablePanel.Util()
Method Detail

isRowHeaderVisible

public static boolean isRowHeaderVisible(javax.swing.JTable table)

removeRowHeader

public static void removeRowHeader(javax.swing.JTable table)
Creates row header for table with row number (starting with 1) displayed


setRowHeader

public static void setRowHeader(javax.swing.JTable table)
Creates row header for table with row number (starting with 1) displayed