|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |