Uses of Class
net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Packages that use CellConstraints.Builder Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.layout This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library. -
-
Uses of CellConstraints.Builder in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return CellConstraints.Builder Modifier and Type Method Description protected static CellConstraints.Builder
PercentColConstraintsTag. getColumnConstraintsBuilder(org.apache.commons.jelly.JellyContext context)
Returns the shared builder for column constraints from the given Jelly context.protected static CellConstraints.Builder
PercentCellConstraintsTag. getConstraintsBuilder(org.apache.commons.jelly.JellyContext context, String name, CellAlignment defAlignment)
Returns theCellConstraints.Builder
for creatingCellConstraints
objects with the given name.protected static CellConstraints.Builder
PercentRowConstraintsTag. getRowConstraintsBuilder(org.apache.commons.jelly.JellyContext context)
Returns the shared builder for row constraints from the given Jelly context. -
Uses of CellConstraints.Builder in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return CellConstraints.Builder Modifier and Type Method Description CellConstraints.Builder
CellConstraints.Builder. defaultColumn()
Initializes the properties of theCellConstraints
instance to be created with default values for a column.CellConstraints.Builder
CellConstraints.Builder. defaultRow()
Initializes the properties of theCellConstraints
instance to be created with default values for a row.CellConstraints.Builder
PercentLayoutBase. getConstraintsBuilder()
Returns the builder instance for creatingCellConstraints
objects.CellConstraints.Builder
CellConstraints.Builder. withCellAlignment(CellAlignment align)
Sets thealignment
property of theCellConstraints
instance to be created.CellConstraints.Builder
CellConstraints.Builder. withCellSize(CellSize sz)
Sets thesize
property of theCellConstraints
instance to be created.CellConstraints.Builder
CellConstraints.Builder. withMinimumSize(NumberWithUnit minSize)
Sets theminimumSize
property of theCellConstraints
instance to be created.CellConstraints.Builder
CellConstraints.Builder. withWeight(int factor)
Sets theweight
property of theCellConstraints
instance to be created.
-