Module net.anwiba.commons.swing
Class GridBagLayoutComponentBuilder
java.lang.Object
net.anwiba.commons.swing.component.GridBagLayoutComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(JComponent component) add(JComponent component, int with) build()checkbox(IBooleanModel model, String lable) checkbox(IBooleanModel model, String lable, String tooltip) label(IObjectToStringConverter<T> converter, IObjectModel<T> model) newline()newlineAndLabel(String text) placeHolder(int width)
-
Constructor Details
-
GridBagLayoutComponentBuilder
public GridBagLayoutComponentBuilder()
-
-
Method Details
-
header
-
newlineAndLabel
-
label
public <T> GridBagLayoutComponentBuilder label(IObjectToStringConverter<T> converter, IObjectModel<T> model) -
label
-
label
-
add
-
emptyComponent
-
checkbox
-
checkbox
-
add
-
add
-
placeHolder
-
placeHolder
-
newline
-
emptyLine
-
setBorder
-
build
-