Serialized Form

Package org.tigris.swidgets

Class org.tigris.swidgets.FlexiGridLayout extends java.lang.Object implements Serializable

Serialized Fields

hgap

 int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

vgap

 int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

rows

 int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

cols

 int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

cellSizing

 int cellSizing

fill

 int fill

anchor

 int anchor

largestHeight

 int largestHeight
The height of the child component with the largest height

largestWidth

 int largestWidth
The width of the child component with the largest width

colWidth

 int[] colWidth
The required cell width of each column

rowHeight

 int[] rowHeight
The required cell height of each row

Class org.tigris.swidgets.GridLayout2 extends java.lang.Object implements Serializable

Serialized Fields

hgap

 int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

vgap

 int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

rows

 int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

cols

 int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

cellSizing

 int cellSizing

fill

 int fill

anchor

 int anchor

largestHeight

 int largestHeight
The height of the child component with the largest height

largestWidth

 int largestWidth
The width of the child component with the largest width

colWidth

 int[] colWidth
The required cell width of each column

rowHeight

 int[] rowHeight
The required cell height of each row

Class org.tigris.swidgets.LabelledLayout extends java.lang.Object implements Serializable

serialVersionUID: -5596655602155151443L

Serialized Fields

_hgap

 int _hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

_vgap

 int _vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

_ignoreSplitters

 boolean _ignoreSplitters

Class org.tigris.swidgets.NewspaperLayout extends GridLayout2 implements Serializable

Serialized Fields

gridGap

 int gridGap

preferredX

 int preferredX

preferredY

 int preferredY

gridWidth

 int gridWidth