Uses of Class
com.jgoodies.forms.layout.FormLayout.LayoutInfo
-
Packages that use FormLayout.LayoutInfo Package Description com.jgoodies.forms.debug Consists of optional classes that help you find, understand and fix layout problems.com.jgoodies.forms.layout 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.LayoutInfo Modifier and Type Method Description static FormLayout.LayoutInfo
FormDebugUtils. getLayoutInfo(java.awt.Container container)
Computes and returns the layout's grid origins.Methods in com.jgoodies.forms.debug with parameters of type FormLayout.LayoutInfo Modifier and Type Method Description static 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.LayoutInfo Modifier and Type Method Description FormLayout.LayoutInfo
FormLayout. getLayoutInfo(java.awt.Container parent)
Computes and returns the horizontal and vertical grid origins.
-