Extension SDK 10.1.2

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.
 

Method Detail

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

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.