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 ObjectComponentManager. createPercentLayout(PercentLayoutTag tag)Creates a percent layout object whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. 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 voidPercentCellConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)Passes the newly created constraints object to the corresponding percent layout tag.protected voidPercentColConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)Adds the new constraints to the percent layout tag.protected voidPercentRowConstraintsTag. addConstraints(PercentLayoutTag parent, CellConstraints c)Adds the new constraints to the percent layout tag.protected abstract voidPercentCellGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)Adds the newly created cell group object to the corresponding percent layout tag.protected voidPercentColGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)Adds the specified group object as a column group to the given percent layout tag.protected voidPercentRowGroupTag. addGroup(PercentLayoutTag parent, CellGroup g)Adds the specified group object as a row group to the given percent layout tag.
-