| Package | Description |
|---|---|
| org.softsmithy.lib.swing.customizer.layout |
Custom Layouts for the SoftSmithy Swing Customizer Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableLayout |
class |
InfiniteTableLayout |
| Modifier and Type | Method and Description |
|---|---|
TableLayout |
AbstractTableConstraints.getTableLayout()
Getter for property tableLayout.
|
| Constructor and Description |
|---|
AbsoluteTableConstraints(int x,
int y,
int width,
int height,
Component component,
TableLayout tl)
Creates a new instance of DefaultTableLayoutConstraints
|
AbsoluteTableConstraints(Rectangle bounds,
Component component,
TableLayout tl) |
AbstractTableConstraints(Component component,
TableLayout tl)
Creates a new instance of AbstractTableConstraints
|
RelativeTableConstraints(Component component,
TableLayout tl) |
RelativeTableConstraints(int column,
int row,
int colSpan,
int rowSpan,
Component component,
TableLayout tl) |
RelativeTableConstraints(Rectangle bounds,
Component component,
TableLayout tl) |
Copyright © 2012–2019 SoftSmithy. All rights reserved.