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 |
PercentCellConstraintsTag.getConstraintsBuilder(org.apache.commons.jelly.JellyContext context,
String name,
CellAlignment defAlignment)
Returns the
CellConstraints.Builder for creating CellConstraints objects with the given name. |
Modifier and Type | Method and Description |
---|---|
CellAlignment |
CellConstraints.getAlignment()
Returns the alignment string.
|
CellAlignment |
CellConstraints.Builder.getDefaultAlignment()
Returns the default
CellAlignment used by this builder. |
static CellAlignment |
CellAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellAlignment[] |
CellAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CellConstraints.Builder.setDefaultAlignment(CellAlignment defaultAlignment)
Sets the default
CellAlignment used by this builder. |
CellConstraints.Builder |
CellConstraints.Builder.withCellAlignment(CellAlignment align)
Sets the
alignment property of the CellConstraints
instance to be created. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.