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.BuilderPercentColConstraintsTag. getColumnConstraintsBuilder(org.apache.commons.jelly.JellyContext context)Returns the shared builder for column constraints from the given Jelly context.protected static CellConstraints.BuilderPercentCellConstraintsTag. getConstraintsBuilder(org.apache.commons.jelly.JellyContext context, String name, CellAlignment defAlignment)Returns theCellConstraints.Builderfor creatingCellConstraintsobjects with the given name.protected static CellConstraints.BuilderPercentRowConstraintsTag. 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.BuilderCellConstraints.Builder. defaultColumn()Initializes the properties of theCellConstraintsinstance to be created with default values for a column.CellConstraints.BuilderCellConstraints.Builder. defaultRow()Initializes the properties of theCellConstraintsinstance to be created with default values for a row.CellConstraints.BuilderPercentLayoutBase. getConstraintsBuilder()Returns the builder instance for creatingCellConstraintsobjects.CellConstraints.BuilderCellConstraints.Builder. withCellAlignment(CellAlignment align)Sets thealignmentproperty of theCellConstraintsinstance to be created.CellConstraints.BuilderCellConstraints.Builder. withCellSize(CellSize sz)Sets thesizeproperty of theCellConstraintsinstance to be created.CellConstraints.BuilderCellConstraints.Builder. withMinimumSize(NumberWithUnit minSize)Sets theminimumSizeproperty of theCellConstraintsinstance to be created.CellConstraints.BuilderCellConstraints.Builder. withWeight(int factor)Sets theweightproperty of theCellConstraintsinstance to be created.
-