pagelayout
Class FillerPanelCell

java.lang.Object
  extended by pagelayout.Cell
      extended by pagelayout.PanelCell
          extended by pagelayout.FillerPanelCell

public class FillerPanelCell
extends PanelCell

This class is used by Gola ( http://gola.mathnium.com ), a visual layout editor, and is not needed if you want to hand code the layout.


Nested Class Summary
 
Nested classes/interfaces inherited from class pagelayout.Cell
Cell.Constraint
 
Field Summary
 
Fields inherited from class pagelayout.Cell
BASELINE, BOTTOM, boundSpring, CENTER, constraint, filledSizeX, filledSizeY, fixMaxSize, FOUND_NOTREPLACED, FOUND_REPLACED, halign, JUSTIFIED, LEFT, links, MAX, NEWROW, NO_ALIGNMENT, NOT_FOUND, RIGHT, SKIP, TOP, valign
 
Constructor Summary
FillerPanelCell(java.awt.Container c, Cell cell)
           
 
Method Summary
 
Methods inherited from class pagelayout.PanelCell
addComponentsToContainer, computeBoundSpring, duplicate, getCell, getChildAt, getComponent, getComponentCell, isComponentCell, numberOfChildren, removeAllComponents, replaceCell, setBounds, setComponentGaps, setContainerGaps, xmlserialize
 
Methods inherited from class pagelayout.Cell
addArgs, alignBaseline, alignBaseline, checkArgs, createLayout, dupConstraint, getAlignment, getBaseline, getBoundSpring, getCellByName, getComponentCell, getConstraint, getContainer, getDim, getFilledSizeX, getFilledSizeY, getName, getParent, getRootCell, getSize, invalidate, isCell, isCellOrComponent, isFixedHeight, isFixedSize, isFixedWidth, layout, linkHeight, linkHeight, linkHeight, linkToContainerHeight, linkToContainerWidth, linkWidth, linkWidth, linkWidth, removeComponent, replaceChild, setAlignment, setBounds, setDim, setFixedHeight, setFixedHeight, setFixedHeight, setFixedHeight, setFixedHeight, setFixedSize, setFixedSize, setFixedSize, setFixedWidth, setFixedWidth, setFixedWidth, setFixedWidth, setFixedWidth, setName, setParent, setSize, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillerPanelCell

public FillerPanelCell(java.awt.Container c,
                       Cell cell)