Serialized Form
-
Package com.jgoodies.forms.debug
-
Class com.jgoodies.forms.debug.FormDebugPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
gridColor
java.awt.Color gridColor
Holds the color used to paint the debug grid. -
paintDiagonals
boolean paintDiagonals
Specifies whether the container's diagonals should be painted. -
paintInBackground
boolean paintInBackground
Specifies whether the grid shall be painted in the background. Is off by default and so the grid is painted in the foreground. -
paintRows
boolean paintRows
Specifies whether all rows shall be painted. Enabled by default.
-
-
-
-
Package com.jgoodies.forms.factories
-
Class com.jgoodies.forms.factories.CC extends java.lang.Object implements Serializable
-
Class com.jgoodies.forms.factories.Paddings.Padding extends javax.swing.border.EmptyBorder implements Serializable
-
Serialized Fields
-
bottomMargin
ConstantSize bottomMargin
-
leftMargin
ConstantSize leftMargin
-
rightMargin
ConstantSize rightMargin
-
topMargin
ConstantSize topMargin
-
-
-
-
Package com.jgoodies.forms.layout
-
Class com.jgoodies.forms.layout.BoundedSize extends java.lang.Object implements Serializable
-
Class com.jgoodies.forms.layout.CellConstraints extends java.lang.Object implements Serializable
-
Serialized Fields
-
gridHeight
int gridHeight
Describes the component's vertical grid extent (number of cells). -
gridWidth
int gridWidth
Describes the component's horizontal grid extend (number of cells). -
gridX
int gridX
Describes the component's horizontal grid origin (starts at 1). -
gridY
int gridY
Describes the component's vertical grid origin (starts at 1). -
hAlign
CellConstraints.Alignment hAlign
Describes the component's horizontal alignment. -
honorsVisibility
java.lang.Boolean honorsVisibility
Describes whether individual components shall be taken into account by the FormLayout if 1) they are invisible and 2) the FormLayout does not honor the visibility. SeeFormLayout.setHonorsVisibility(boolean)
andFormLayout.setHonorsVisibility(Component, Boolean)
for a full description of this feature. -
insets
java.awt.Insets insets
Describes the component'sInsets
in it's display area. -
vAlign
CellConstraints.Alignment vAlign
Describes the component's vertical alignment.
-
-
-
Class com.jgoodies.forms.layout.CellConstraints.Alignment extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.ColumnSpec extends FormSpec implements Serializable
-
Class com.jgoodies.forms.layout.ConstantSize extends java.lang.Object implements Serializable
-
Serialized Fields
-
unit
ConstantSize.Unit unit
-
value
double value
-
-
-
Class com.jgoodies.forms.layout.ConstantSize.Unit extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.FormLayout extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
In addition to the default serialization mechanism this class invalidates the component size cache. The cache will be populated again after the deserialization. Also, the fieldscolComponents
androwComponents
have been marked as transient to exclude them from the serialization.- Throws:
java.io.IOException
-
-
Serialized Fields
-
colGroupIndices
int[][] colGroupIndices
Holds the column groups as an array of arrays of column indices. -
colSpecs
java.util.List<ColumnSpec> colSpecs
Holds the column specifications. -
componentSizeCache
FormLayout.ComponentSizeCache componentSizeCache
Caches component minimum and preferred sizes. All requests for component sizes shall be directed to the cache. -
constraintMap
java.util.Map<java.awt.Component,CellConstraints> constraintMap
Maps components to their associatedCellConstraints
. -
honorsVisibility
boolean honorsVisibility
-
minimumHeightMeasure
FormLayout.Measure minimumHeightMeasure
-
minimumWidthMeasure
FormLayout.Measure minimumWidthMeasure
These functional objects are used to measure component sizes. They abstract from horizontal and vertical orientation and so, allow to implement the layout algorithm for both orientations with a single set of methods. -
preferredHeightMeasure
FormLayout.Measure preferredHeightMeasure
-
preferredWidthMeasure
FormLayout.Measure preferredWidthMeasure
-
rowGroupIndices
int[][] rowGroupIndices
Holds the row groups as an array of arrays of row indices. -
rowSpecs
java.util.List<RowSpec> rowSpecs
Holds the row specifications.
-
-
-
Class com.jgoodies.forms.layout.FormSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultAlignment
FormSpec.DefaultAlignment defaultAlignment
Holds the default alignment that will be used if a cell does not override this default. -
defaultAlignmentExplicitlySet
boolean defaultAlignmentExplicitlySet
Describes whether the default alignment has been explictly set. -
resizeWeight
double resizeWeight
Holds the resize weight; is 0 if not used. -
size
Size size
Holds the size that describes how to size this column or row.
-
-
-
Class com.jgoodies.forms.layout.FormSpec.DefaultAlignment extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
ordinal
int ordinal
-
-
-
Class com.jgoodies.forms.layout.FormSpecParser.FormLayoutParseException extends java.lang.RuntimeException implements Serializable
-
Class com.jgoodies.forms.layout.PrototypeSize extends java.lang.Object implements Serializable
-
Serialized Fields
-
prototype
java.lang.String prototype
-
-
-
Class com.jgoodies.forms.layout.RowSpec extends FormSpec implements Serializable
-
-
Package com.jgoodies.forms.util
-
Class com.jgoodies.forms.util.AbstractUnitConverter extends com.jgoodies.common.bean.Bean implements Serializable
-
Class com.jgoodies.forms.util.DefaultUnitConverter extends AbstractUnitConverter implements Serializable
-
Serialized Fields
-
averageCharWidthTestString
java.lang.String averageCharWidthTestString
Holds the string that is used to compute the average character width. Since 1.6 the default value is the balanced average character test string, where it was just "X" before. -
cachedDefaultDialogFont
java.awt.Font cachedDefaultDialogFont
Holds a cached default dialog font that is used as fallback, if no default dialog font has been set. -
cachedDialogBaseUnits
DefaultUnitConverter.DialogBaseUnits cachedDialogBaseUnits
Holds the horizontal dialog base units that are valid for the FontMetrics stored incachedFontMetrics
. -
cachedFontMetrics
java.awt.FontMetrics cachedFontMetrics
Holds the FontMetrics used to compute the per-component dialog units. The latter are valid, if a FontMetrics equals this stored metrics. -
cachedGlobalDialogBaseUnits
DefaultUnitConverter.DialogBaseUnits cachedGlobalDialogBaseUnits
Holds the lazily created cached global dialog base units that are used if a component is not (yet) available - for example in a Border. -
defaultDialogFont
java.awt.Font defaultDialogFont
Holds a custom font that is used to compute the global dialog base units. If not set, a fallback font is is lazily created in method #getCachedDefaultDialogFont, which in turn looks up a font in method #lookupDefaultDialogFont.
-
-
-