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 | Description |
---|---|---|
static FormLayout.LayoutInfo |
FormDebugUtils.getLayoutInfo(java.awt.Container container) |
Computes and returns the layout's grid origins.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
FormDebugUtils.dumpGridBounds(FormLayout.LayoutInfo layoutInfo) |
Dumps the grid layout info to the console.
|
Modifier and Type | Method | Description |
---|---|---|
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.