| Name | Description | Type | Package | Framework |
| BoxLayout | Layout to simply output components one after another, with no labels and no structure, using javax. | Class | org.metawidget.swing.layout | MetaWidget |
| FlowLayout | Layout to simply output components one after another, with no labels and no structure, using java. | Class | org.metawidget.swing.layout | MetaWidget |
| GridBagLayout | Layout to arrange widgets using java. | Class | org.metawidget.swing.layout | MetaWidget |
| GridBagLayoutConfig | Configures a GridBagLayout prior to use. | Class | org.metawidget.swing.layout | MetaWidget |
| GroupLayout | Layout to arrange widgets using javax. | Class | org.metawidget.swing.layout | MetaWidget |
| MigLayout | Layout to arrange widgets using net. | Class | org.metawidget.swing.layout | MetaWidget |
| MigLayoutConfig | Configures a MigLayout prior to use. | Class | org.metawidget.swing.layout | MetaWidget |
| SeparatorLayoutDecorator | Layout to decorate widgets from different sections using a JSeparator. | Class | org.metawidget.swing.layout | MetaWidget |
| SeparatorLayoutDecoratorConfig | Configures a SeparatorLayoutDecorator prior to use. | Class | org.metawidget.swing.layout | MetaWidget |
| SwingFlatSectionLayoutDecorator | Convenience base class for LayoutDecorators wishing to decorate widgets based on changing sections within Swing Layouts. | Class | org.metawidget.swing.layout | MetaWidget |
| SwingNestedSectionLayoutDecorator | Convenience base class for LayoutDecorators wishing to decorate widgets based on changing sections within Swing Layouts. | Class | org.metawidget.swing.layout | MetaWidget |
| TabbedPaneLayoutDecorator | Layout to decorate widgets from different sections using a JTabbedPane. | Class | org.metawidget.swing.layout | MetaWidget |
| TabbedPaneLayoutDecoratorConfig | Configures a TabbedPaneLayoutDecorator prior to use. | Class | org.metawidget.swing.layout | MetaWidget |
| TitledPanelLayoutDecorator | Layout to decorate widgets from different sections using a JPanel with a TitledBorder. | Class | org.metawidget.swing.layout | MetaWidget |