Uses of Class
com.jgoodies.forms.layout.FormLayout.LayoutInfo
Packages that use FormLayout.LayoutInfo
Package
Description
Consists of optional classes that help you find,
understand and fix layout problems.
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of FormLayout.LayoutInfo in com.jgoodies.forms.debug
Methods in com.jgoodies.forms.debug that return FormLayout.LayoutInfoModifier and TypeMethodDescriptionstatic FormLayout.LayoutInfo
FormDebugUtils.getLayoutInfo
(Container container) Computes and returns the layout's grid origins.Methods in com.jgoodies.forms.debug with parameters of type FormLayout.LayoutInfoModifier and TypeMethodDescriptionstatic void
FormDebugUtils.dumpGridBounds
(FormLayout.LayoutInfo layoutInfo) Dumps the grid layout info to the console. -
Uses of FormLayout.LayoutInfo in com.jgoodies.forms.layout
Methods in com.jgoodies.forms.layout that return FormLayout.LayoutInfoModifier and TypeMethodDescriptionFormLayout.getLayoutInfo
(Container parent) Computes and returns the horizontal and vertical grid origins.