com.sas.visuals
Interface RowHeightInterface

All Known Implementing Classes:
AutoSizingGridLayout

public interface RowHeightInterface

A helper interface which allows synchronization of row heights across layout managers. This method has the word "Public" appended to it because a protected method of the same names existed prior to V1.2 of webAF. Since we cannot change the scope of the method, the method used in the interface has a different name.

See Also:
AutoSizingGridLayout, AutoSizingGridLayout.setInterlockedRowContainers(java.awt.Container[])

Method Summary
 int[] getPreferredRowHeightsPublic(java.awt.Container parent, int nrows, int ncols)
           
 

Method Detail

getPreferredRowHeightsPublic

int[] getPreferredRowHeightsPublic(java.awt.Container parent,
                                   int nrows,
                                   int ncols)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.