Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Packages that use PercentLayoutTag Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of PercentLayoutTag in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type PercentLayoutTag Modifier and Type Method Description Object
ComponentManager. createPercentLayout(PercentLayoutTag tag)
Creates a percent layout object whose parameters are obtained from the specified tag.Object
ComponentManagerWrapper. createPercentLayout(PercentLayoutTag tag)
Creates a percent layout object whose parameters are obtained from the specified tag. -
Uses of PercentLayoutTag in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type PercentLayoutTag Modifier and Type Method Description protected abstract void
PercentCellConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)
Passes the newly created constraints object to the corresponding percent layout tag.protected void
PercentColConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)
Adds the new constraints to the percent layout tag.protected void
PercentRowConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)
Adds the new constraints to the percent layout tag.protected abstract void
PercentCellGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)
Adds the newly created cell group object to the corresponding percent layout tag.protected void
PercentColGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)
Adds the specified group object as a column group to the given percent layout tag.protected void
PercentRowGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)
Adds the specified group object as a row group to the given percent layout tag.
-