Provides a wrapper for the JTable and offer some compatibility with the AWT version of the XTable.
Copyright (c) Xoetrope Ltd., 1998-2004 License: see license.txt $Revision: 2.12 $
303132333435363738394041
* applies the property * @return 0 on success */ public int adapt( String methodName, Object comp, Object[] values, String scope ) { XTable table = (XTable)comp; TableColumnModel columnModel = table.getColumnModel(); int numColumns = columnModel.getColumnCount(); int min = Integer.MAX_VALUE; int max = Integer.MIN_VALUE; int pos;