public static interface FormBuilder.FormBuildingView
FormBuilder.add(FormBuildingView)
. It is intended
to reduce the effort for embedding subpanels that are aligned
with an outer layout context.Note: This is an experimental interface that is not yet part of the public FormBuilder API. It may change without further notice.
Modifier and Type | Method and Description |
---|---|
void |
buildInto(FormBuilder builder)
Integrates this view into the form that is built by the given builder.
|
void buildInto(FormBuilder builder)
builder
- provides the layout, grid, panel, etc.Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.