|
Class Summary |
| FormCellLayout |
A layout manager that lays out a container in one, horizonatal row. |
| FormConstraints |
The FormConstraints class specifies constraints
for components that are laid out using the
FormLayout class. |
| FormLayout |
The FormLayout class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size. |
| FormStrut |
Simple non visual component that is used to coerce a layout manager into setting columns
and rows to a certain size. |
| MComboBoxLayout |
|
| MSpinnerLayout |
Layout manager for a spinner type display. |
| MultiFormLayout |
A layout manager that is aware of the type children that have been added to it. |
| MultiFormTest |
|
| SafeCalendarUtils |
Class created to "work-around" an apparent bug with sun.util.BuddhistCalendar (hardcoded to be returned
by Calendar.getInstance() calls for the Thai locale (language)). |
| VFlowLayout |
A Simple layout manager that will stack components vertically as they are added. |