Class TableLayout

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TableLayout extends JPanel
Represents a HTML style table layout
Version:
$Revision$
Author:
James Strachan
See Also:
  • Constructor Details

    • TableLayout

      public TableLayout()
  • Method Details

    • getComponent

      public Component getComponent()
      Deprecated.
      Simply returns this
      Returns:
      this
    • getCellpadding

      public int getCellpadding()
    • setCellpadding

      public void setCellpadding(int cellpadding)
    • addCell

      public void addCell(TableLayoutCell cell)
      Adds a new cell to the current grid
      Parameters:
      cell - the td component
    • nextRowIndex

      public int nextRowIndex()
      Creates a new row index for child tags
      Returns:
      nextRowIndex the row number