Interface | Description |
---|---|
IBorderLayoutFactoryBuilder | |
ICachedFillLayout |
This layouter renders the first visible child of the container into the whole available space and caches the size
of its children, so the next time the layout will be done, the cached values will be used until
the cache is cleared by the user.
|
IDynamicFlowLayoutConstraints | |
IDynamicFlowLayoutConstraintsBuilder | |
IFillLayoutFactoryBuilder | |
IFlowLayoutFactoryBuilder | |
ILayoutConstraintsToolkit | |
ILayoutFactory<LAYOUTER_TYPE extends ILayouter> | |
ILayoutFactoryProvider | |
IListLayoutFactoryBuilder |
Class | Description |
---|---|
BorderLayout |
Accessor for 'BorderLayout'
A border layout lays out a container that can consist of five regions:
left, right, top, bottom, and center.
|
CachedFillLayout |
Accessor for 'CachedFillLayout'
This layouter renders the first visible child of the container into the whole available space and caches the size
of its children, so the next time the layout will be done, the cached values will be used until
the cache is cleared by the user.
|
DynamicFlowLayoutConstraints | |
FillLayout |
Accessor for 'FillLayout'
'FillLayout' allows only one visible control in the container when calculation is done.
|
FlowLayout |
Accessor for 'FlowLayout'
layout(): set the sizes of the controls to the preferred size, positions the
controls side by side (alignment == VERTICAL) or below each other (alignment == HORIZONTAL)
with the given gap between the controls
getPreferredSize: get the size needed to layout all controls
getMinSize(): gets the preferred size
getMaxSize(): returns new Dimension(Short.MAX_VALUE, Short.MAX_VALUE)
|
NullLayout |
Accessor for 'NullLayout'
The 'NullLayout' does no layouting at all.
|
PreferredSizeLayout |
Accessor for 'PreferredSizeLayout':
layout(): sets the sizes of the controls to their preferred size,
positions must be set by the container
getPreferredSize(): get the size needed to layout all controls at its current
position with its preferred size
getMinSize(): gets the preferred size
|
Enum | Description |
---|---|
BorderLayoutConstraints |
Siehe auch Jowidgets Nutzerhandbuch