Skip navigation links
A B C E F G H I L M N P R S V W 

A

ABOVE_BASELINE - Static variable in class net.lenni0451.commons.swing.GBC
 
ABOVE_BASELINE_LEADING - Static variable in class net.lenni0451.commons.swing.GBC
 
ABOVE_BASELINE_TRAILING - Static variable in class net.lenni0451.commons.swing.GBC
 
add(Component) - Method in class net.lenni0451.commons.swing.GBC
Add the specified component to the parent container with the constraints.
add(C, Consumer<C>) - Method in class net.lenni0451.commons.swing.GBC
Add the specified component to the parent container with the constraints.
add(Supplier<Component>) - Method in class net.lenni0451.commons.swing.GBC
Add the component created by the supplier to the parent container with the constraints.
addLayoutComponent(String, Component) - Method in class net.lenni0451.commons.swing.layouts.FillLayout
 
addLayoutComponent(String, Component) - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 
anchor(int) - Method in class net.lenni0451.commons.swing.GBC
Set the anchor of the constraints.

B

BASELINE - Static variable in class net.lenni0451.commons.swing.GBC
 
BASELINE_LEADING - Static variable in class net.lenni0451.commons.swing.GBC
 
BASELINE_TRAILING - Static variable in class net.lenni0451.commons.swing.GBC
 
BELOW_BASELINE - Static variable in class net.lenni0451.commons.swing.GBC
 
BELOW_BASELINE_LEADING - Static variable in class net.lenni0451.commons.swing.GBC
 
BELOW_BASELINE_TRAILING - Static variable in class net.lenni0451.commons.swing.GBC
 
BOTH - Static variable in class net.lenni0451.commons.swing.GBC
 

C

CENTER - Static variable in class net.lenni0451.commons.swing.GBC
 
create() - Static method in class net.lenni0451.commons.swing.GBC
Create a new GBC with the parent set to null.
create(Container) - Static method in class net.lenni0451.commons.swing.GBC
Create a new GBC with the parent set to the specified container.

E

EAST - Static variable in class net.lenni0451.commons.swing.GBC
 

F

fill(int) - Method in class net.lenni0451.commons.swing.GBC
Set the fill of the constraints.
FillLayout - Class in net.lenni0451.commons.swing.layouts
A layout that fills the whole parent container.
FillLayout() - Constructor for class net.lenni0451.commons.swing.layouts.FillLayout
 
fillVerticalSpace(Container) - Static method in class net.lenni0451.commons.swing.GBC
Add a filler component that will fill the remaining horizontal space.
FIRST_LINE_END - Static variable in class net.lenni0451.commons.swing.GBC
 
FIRST_LINE_START - Static variable in class net.lenni0451.commons.swing.GBC
 

G

GBC - Class in net.lenni0451.commons.swing
A wrapper for GridBagConstraints to make it easier to use.
get() - Method in class net.lenni0451.commons.swing.GBC
 
getGap() - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 
getPadding() - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 
grid(int, int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridx and gridy of the constraints.
gridx(int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridx of the constraints.
gridy(int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridy of the constraints.

H

height(int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridheight of the constraints.
HORIZONTAL - Static variable in class net.lenni0451.commons.swing.GBC
 

I

insets(Insets) - Method in class net.lenni0451.commons.swing.GBC
Set the insets of the constraints.
insets(int) - Method in class net.lenni0451.commons.swing.GBC
Set the insets of the constraints to the same value for all sides.
insets(int, int) - Method in class net.lenni0451.commons.swing.GBC
Set the insets of the constraints to the same value for the top and bottom and the same value for the left and right.
insets(int, int, int, int) - Method in class net.lenni0451.commons.swing.GBC
Set the insets of the constraints.
ipad(int, int) - Method in class net.lenni0451.commons.swing.GBC
Set the ipadx and ipady of the constraints.
ipadx(int) - Method in class net.lenni0451.commons.swing.GBC
Set the ipadx of the constraints.
ipady(int) - Method in class net.lenni0451.commons.swing.GBC
Set the ipady of the constraints.

L

LAST_LINE_END - Static variable in class net.lenni0451.commons.swing.GBC
 
LAST_LINE_START - Static variable in class net.lenni0451.commons.swing.GBC
 
layoutContainer(Container) - Method in class net.lenni0451.commons.swing.layouts.FillLayout
 
layoutContainer(Container) - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 
LINE_END - Static variable in class net.lenni0451.commons.swing.GBC
 
LINE_START - Static variable in class net.lenni0451.commons.swing.GBC
 

M

minimumLayoutSize(Container) - Method in class net.lenni0451.commons.swing.layouts.FillLayout
 
minimumLayoutSize(Container) - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 

N

net.lenni0451.commons.swing - package net.lenni0451.commons.swing
 
net.lenni0451.commons.swing.layouts - package net.lenni0451.commons.swing.layouts
 
NONE - Static variable in class net.lenni0451.commons.swing.GBC
 
NORTH - Static variable in class net.lenni0451.commons.swing.GBC
 
NORTHEAST - Static variable in class net.lenni0451.commons.swing.GBC
 
NORTHWEST - Static variable in class net.lenni0451.commons.swing.GBC
 

P

PAGE_END - Static variable in class net.lenni0451.commons.swing.GBC
 
PAGE_START - Static variable in class net.lenni0451.commons.swing.GBC
 
preferredLayoutSize(Container) - Method in class net.lenni0451.commons.swing.layouts.FillLayout
 
preferredLayoutSize(Container) - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 

R

RELATIVE - Static variable in class net.lenni0451.commons.swing.GBC
 
REMAINDER - Static variable in class net.lenni0451.commons.swing.GBC
 
removeLayoutComponent(Component) - Method in class net.lenni0451.commons.swing.layouts.FillLayout
 
removeLayoutComponent(Component) - Method in class net.lenni0451.commons.swing.layouts.VerticalLayout
 

S

size(int, int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridwidth and gridheight of the constraints.
SOUTH - Static variable in class net.lenni0451.commons.swing.GBC
 
SOUTHEAST - Static variable in class net.lenni0451.commons.swing.GBC
 
SOUTHWEST - Static variable in class net.lenni0451.commons.swing.GBC
 

V

VERTICAL - Static variable in class net.lenni0451.commons.swing.GBC
 
VerticalLayout - Class in net.lenni0451.commons.swing.layouts
A layout that aligns all components vertically.
VerticalLayout() - Constructor for class net.lenni0451.commons.swing.layouts.VerticalLayout
 
VerticalLayout(int, int) - Constructor for class net.lenni0451.commons.swing.layouts.VerticalLayout
 

W

weight(double, double) - Method in class net.lenni0451.commons.swing.GBC
Set the weightx and weighty of the constraints.
weightx(double) - Method in class net.lenni0451.commons.swing.GBC
Set the weightx of the constraints.
weighty(double) - Method in class net.lenni0451.commons.swing.GBC
Set the weighty of the constraints.
WEST - Static variable in class net.lenni0451.commons.swing.GBC
 
width(int) - Method in class net.lenni0451.commons.swing.GBC
Set the gridwidth of the constraints.
A B C E F G H I L M N P R S V W 
Skip navigation links