home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Java / allaire / controls / CFGRIDColProperties.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-04-12  |  516 b   |  11 lines

  1. package allaire.controls;
  2.  
  3. class CFGRIDColProperties {
  4.    int xBase;
  5.    int width;
  6.    boolean modeAuto = true;
  7.    int maxAutoWidth = 1000;
  8.    CFGRIDTextAttributes headerAttri = new CFGRIDTextAttributes();
  9.    CFGRIDTextAttributes gridAttri = new CFGRIDTextAttributes();
  10. }
  11.