Uses of Class
com.cleancode.swing.SimpleTable

Packages that use SimpleTable
com.cleancode.net This package supplements Sun's java.net classes. 
com.cleancode.swing This package supplements Sun's javax.swing classes. 
 

Uses of SimpleTable in com.cleancode.net
 

Methods in com.cleancode.net with parameters of type SimpleTable
 String[] StorageMgr.toCookieList(SimpleTable table)
          Converts cookie table to String array.
 

Uses of SimpleTable in com.cleancode.swing
 

Methods in com.cleancode.swing with parameters of type SimpleTable
 void SimpleTable.copyTable(SimpleTable table)
          Copies the specified table into the current table.
 void SimpleTable.copyTable(SimpleTable table, int startCol, int colCount)
          Copies the specified table into the current table, specifying the starting column number and the number of columns to copy.
 

Constructors in com.cleancode.swing with parameters of type SimpleTable
JTableMgr(SimpleTable model, Dimension tableSize)
          Creates a new JTableMgr which does not using row tracking and uses default (equal) column widths.
JTableMgr(SimpleTable model, float[] percent, Dimension tableSize)
          Creates a new JTableMgr which does not using row tracking.
 



CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads