Module org.autogui
Package org.autogui.swing.util
Class ResizableFlowLayout.LayoutAppender<ContainerType extends Container>
java.lang.Object
org.autogui.swing.util.ResizableFlowLayout.LayoutAppender<ContainerType>
- Enclosing class:
ResizableFlowLayout
public static class ResizableFlowLayout.LayoutAppender<ContainerType extends Container>
extends Object
a class for providing fluent interface for constructing
ResizableFlowLayout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithBorder
(int x, int y) Assume ContainerType isJComponent
.withInsets
(int x, int y) withMargin
(int m)
-
Constructor Details
-
LayoutAppender
-
-
Method Details
-
withMargin
-
add
-
add
-
getContainer
-
withInsets
-
withBorder
Assume ContainerType isJComponent
.- Parameters:
x
- the border size wy
- the border size y- Returns:
- this
-