|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BandLayoutManager
An interface that defines the methods to be supported by a band layout manager.
See the AWT LayoutManager for the idea :)
StaticLayoutManager| Field Summary | |
|---|---|
static StyleKey |
LAYOUTMANAGER
Deprecated. This style-key must no longer be used. |
| Method Summary | |
|---|---|
void |
doLayout(Band b,
LayoutSupport support,
ExpressionRuntime runtime)
Deprecated. Performs the layout of a band. |
StrictDimension |
minimumLayoutSize(Band b,
StrictDimension containerDims,
StrictDimension maxUsableSize,
LayoutSupport support,
ExpressionRuntime runtime)
Deprecated. Calculates the minimum layout size for a band. |
StrictDimension |
preferredLayoutSize(Band b,
StrictDimension containerDims,
StrictDimension maxUsableSize,
LayoutSupport support,
ExpressionRuntime runtime)
Deprecated. Calculates the preferred layout size for a band. |
| Field Detail |
|---|
static final StyleKey LAYOUTMANAGER
| Method Detail |
|---|
StrictDimension preferredLayoutSize(Band b,
StrictDimension containerDims,
StrictDimension maxUsableSize,
LayoutSupport support,
ExpressionRuntime runtime)
b - the band.containerDims - the bounds of the surrounding container.maxUsableSize - the maximum size that can be granted by the surrounding container.support - the layout support used to compute sizes.
StrictDimension minimumLayoutSize(Band b,
StrictDimension containerDims,
StrictDimension maxUsableSize,
LayoutSupport support,
ExpressionRuntime runtime)
b - the band.containerDims - the bounds of the surrounding container.maxUsableSize - support - the layout support used to compute sizes.
void doLayout(Band b,
LayoutSupport support,
ExpressionRuntime runtime)
b - the band.support - the layout support used to compute sizes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||