Uses of Class
net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Packages that use PercentLayoutBase 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 PercentLayoutBase in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return PercentLayoutBase Modifier and Type Method Description protected PercentLayoutBasePercentLayoutTag. createPercentLayout()Creates thePercentLayoutBaseobject based on the data stored in this tag.PercentLayoutBasePercentLayoutTag. getPercentLayout()Returns the percent layout object managed by this tag. -
Uses of PercentLayoutBase in net.sf.jguiraffe.gui.layout
Subclasses of PercentLayoutBase in net.sf.jguiraffe.gui.layout Modifier and Type Class Description classBorderLayoutA GUI library independent implementation of the AWT layout manager BorderLayout.classButtonLayoutA layout manager that deals with button bars for dialogs.classPercentLayoutThe concrete percent layout implementation.
-