oracle.javatools.controls.nicetable
Interface NiceTableAutoSizeModel
- public interface NiceTableAutoSizeModel
NiceTableAutoSizeModel is an interface for NiceTable models requiring control over automatic column sizing behavior.
- See Also:
NiceTable.autoSizeColumnsToFit()
Method Summary |
int |
getColumnAutoSizeMaximum(int column)
Gets the maximum automatic size which can be set for the column. |
getColumnAutoSizeMaximum
public int getColumnAutoSizeMaximum(int column)
- Gets the maximum automatic size which can be set for the column.
-
- Parameters:
column
- the column to get the maximum automatic size of
Copyright © 1997, 2004, Oracle. All rights reserved.