| Package | Description |
|---|---|
| com.jgoodies.forms.layout |
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
|
| com.jgoodies.forms.util |
Consists of Forms framework helper classes for unit conversion and layout styles.
|
| Class | Description |
|---|---|
| UnitConverter |
An interface that describes how to convert general sizes to pixel sizes.
|
| Class | Description |
|---|---|
| AbstractUnitConverter |
An abstract implementation of the
UnitConverter interface that
minimizes the effort required to convert font-dependent sizes to pixels. |
| DefaultUnitConverter |
This is the default implementation of the
UnitConverter interface. |
| LayoutStyle |
An abstract class that describes a layout and design style guide.
|
| UnitConverter |
An interface that describes how to convert general sizes to pixel sizes.
|
Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.