arlut.csd.JTable
Class tableCol
java.lang.Object
|
+--arlut.csd.JTable.tableCol
- class tableCol
- extends java.lang.Object
This class holds the information on a particular column in the table,
including the header, header pop-up menu, current column width, and
any special font or style or color information to apply to cells in
this column.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
rt
baseTable rt
header
java.lang.String header
attr
tableAttr attr
origWidth
float origWidth
width
int width
menu
javax.swing.JPopupMenu menu
tableCol
public tableCol(baseTable rt,
java.lang.String header,
float origWidth,
tableAttr attr,
javax.swing.JPopupMenu menu)
tableCol
public tableCol(baseTable rt,
java.lang.String header,
float origWidth,
tableAttr attr)