Uses of Class
com.jgoodies.forms.layout.FormLayout.LayoutInfo

Packages that use FormLayout.LayoutInfo
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
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
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
 FormLayout.LayoutInfo FormLayout.getLayoutInfo(java.awt.Container parent)
          Computes and returns the horizontal and vertical grid origins.
 



Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.