Uses of Class
tablelayout.TableLocRec

Packages that use TableLocRec
tablelayout   
 

Uses of TableLocRec in tablelayout
 

Methods in tablelayout that return TableLocRec
 TableLocRec TableLoc.element(Component w)
          Returns the TableLocRec layout information of a given component
 TableLocRec TableLoc.recElementAt(int index)
          Returns the TableLocRec layout information on a given position
 

Methods in tablelayout with parameters of type TableLocRec
 void TableLoc.addElement(TableLocRec rec, Component comp)
          Adds a component with its layout
static int TableLocRec.compareColSpan(TableLocRec loc1, TableLocRec loc2)
          Compaires the span width of two columns, returns the difference in span width
static int TableLocRec.compareRowSpan(TableLocRec loc1, TableLocRec loc2)
          Compaires the span height of two rows, returns the difference in span height
 



Copyright © 2000-2009 FreeHEP. All Rights Reserved.