Uses of Class
net.sf.jguiraffe.gui.layout.CellAlignment
-
Packages that use CellAlignment 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 CellAlignment in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type CellAlignment Modifier and Type Method Description 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. -
Uses of CellAlignment in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return CellAlignment Modifier and Type Method Description CellAlignment
CellConstraints. getAlignment()
Returns the alignment string.CellAlignment
CellConstraints.Builder. getDefaultAlignment()
Returns the defaultCellAlignment
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.Methods in net.sf.jguiraffe.gui.layout with parameters of type CellAlignment Modifier and Type Method Description void
CellConstraints.Builder. setDefaultAlignment(CellAlignment defaultAlignment)
Sets the defaultCellAlignment
used by this builder.CellConstraints.Builder
CellConstraints.Builder. withCellAlignment(CellAlignment align)
Sets thealignment
property of theCellConstraints
instance to be created.
-