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
|
Modifier and Type | Method and Description |
---|---|
static FormLayout.LayoutInfo |
FormDebugUtils.getLayoutInfo(Container container)
Computes and returns the layout's grid origins.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormDebugUtils.dumpGridBounds(FormLayout.LayoutInfo layoutInfo)
Dumps the grid layout info to the console.
|
Modifier and Type | Method and Description |
---|---|
FormLayout.LayoutInfo |
FormLayout.getLayoutInfo(Container parent)
Computes and returns the horizontal and vertical grid origins.
|
Copyright © 2002-2014 JGoodies Software GmbH. All Rights Reserved.