Uses of Class
info.clearthought.layout.TableLayout.Entry

Packages that use TableLayout.Entry
info.clearthought.layout This package contains the TableLayout component layout manager (v 1.0). 
 

Uses of TableLayout.Entry in info.clearthought.layout
 

Methods in info.clearthought.layout with parameters of type TableLayout.Entry
protected  int[] TableLayout.calculateSizeAndOffset(TableLayout.Entry entry, int preferredSize, boolean isColumn)
          Calculates the vertical/horizontal offset and size of a component.
protected  int TableLayout.calculateLayoutSize(Container container, int z, double typeOfSize, TableLayout.Entry[] entryList, Dimension[] prefMinSize)
          Calculates the preferred or minimum size for the method calculateLayoutSize(Container container, double typeOfSize).