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.
|
Modifier and Type | Method and 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 the
CellConstraints.Builder for creating CellConstraints 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.
|
Modifier and Type | Method and Description |
---|---|
CellConstraints.Builder |
CellConstraints.Builder.defaultColumn()
Initializes the properties of the
CellConstraints instance to
be created with default values for a column. |
CellConstraints.Builder |
CellConstraints.Builder.defaultRow()
Initializes the properties of the
CellConstraints instance to
be created with default values for a row. |
CellConstraints.Builder |
PercentLayoutBase.getConstraintsBuilder()
Returns the builder instance for creating
CellConstraints
objects. |
CellConstraints.Builder |
CellConstraints.Builder.withCellAlignment(CellAlignment align)
Sets the
alignment property of the CellConstraints
instance to be created. |
CellConstraints.Builder |
CellConstraints.Builder.withCellSize(CellSize sz)
Sets the
size property of the CellConstraints
instance to be created. |
CellConstraints.Builder |
CellConstraints.Builder.withMinimumSize(NumberWithUnit minSize)
Sets the
minimumSize property of the CellConstraints
instance to be created. |
CellConstraints.Builder |
CellConstraints.Builder.withWeight(int factor)
Sets the
weight property of the CellConstraints
instance to be created. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.