Uses of Interface
io.codeworth.panelmatic.PanelBuilderFactory
| Package | Description |
|---|---|
| io.codeworth.panelmatic | |
| io.codeworth.panelmatic.impl.gridbagpanelbuilder |
Gridbag layout based implementation of the panel builder.
|
-
Uses of PanelBuilderFactory in io.codeworth.panelmatic
Methods in io.codeworth.panelmatic with parameters of type PanelBuilderFactory Modifier and Type Method Description static voidPanelMatic. setBuilderFactory(PanelBuilderFactory pbf)Sets the panel builder factory and creates a new builder pool. -
Uses of PanelBuilderFactory in io.codeworth.panelmatic.impl.gridbagpanelbuilder
Classes in io.codeworth.panelmatic.impl.gridbagpanelbuilder that implement PanelBuilderFactory Modifier and Type Class Description classGbPanelBuilderFactoryCreatesGbPanelBuilders.