com.programix.gui.layout
Class AbstractTableLayout.CellData
java.lang.Object
com.programix.gui.layout.AbstractTableLayout.CellData
- Direct Known Subclasses:
- AnchorTableLayout.AnchorTableCellData
- Enclosing class:
- AbstractTableLayout
protected abstract class AbstractTableLayout.CellData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
comp
protected final Component[] comp
compPrefSize
protected final Dimension[] compPrefSize
paneInsets
protected final Insets paneInsets
paneSize
protected final Dimension paneSize
widthOverhead
protected int widthOverhead
heightOverhead
protected int heightOverhead
panePrefWidth
protected int panePrefWidth
panePrefHeight
protected int panePrefHeight
rowCount
protected int rowCount
colCount
protected int colCount
offsetX
protected int offsetX
offsetY
protected int offsetY
rowHeight
protected int[] rowHeight
colWidth
protected int[] colWidth
colX
protected int[] colX
rowY
protected int[] rowY
rGap
protected final int rGap
cGap
protected final int cGap
bGap
protected final int bGap
clusterAnchorPoint
protected final AnchorPoint clusterAnchorPoint
AbstractTableLayout.CellData
protected AbstractTableLayout.CellData(Container pane)
hasAnyCells
public final boolean hasAnyCells()
calcPartA
protected final void calcPartA()
calcPartB
protected final void calcPartB()
calcRowAndColumnCounts
protected abstract void calcRowAndColumnCounts()
calcRowHeightsAndColumnWidths
protected abstract void calcRowHeightsAndColumnWidths()
calcPanePrefSize
protected void calcPanePrefSize()
calcAnchorImpact
protected void calcAnchorImpact()
calcRowAndColPositions
protected void calcRowAndColPositions()
layoutComponents
protected abstract void layoutComponents()
getPreferredSize
protected Dimension getPreferredSize()
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.