| Interface | Description |
|---|---|
| SwtLayoutDecorator |
Common interface implemented by all SWT LayoutDecorators.
|
| Class | Description |
|---|---|
| FillLayout |
Layout to simply output components one after another, with no labels and no structure, using
org.eclipse.swt.layout.FillLayout. |
| GridLayout |
Layout to arrange widgets using
org.eclipse.swt.layout.GridLayout. |
| GridLayoutConfig |
Configures a GridLayoutConfig prior to use.
|
| MigLayout |
Layout to arrange widgets using
net.miginfocom.swing.MigLayout. |
| MigLayoutConfig |
Configures a MigLayout prior to use.
|
| RowLayout |
Layout to simply output components one after another, with no labels and no structure, using
org.eclipse.swt.layout.RowLayout. |
| SeparatorLayoutDecorator |
Layout to decorate widgets from different sections using a JSeparator.
|
| SeparatorLayoutDecoratorConfig |
Configures a SeparatorLayoutDecorator prior to use.
|
| SwtFlatSectionLayoutDecorator |
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
|
| SwtNestedSectionLayoutDecorator |
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
|
| TabFolderLayoutDecorator |
Layout to decorate widgets from different sections using a TabFolder.
|
| TabFolderLayoutDecoratorConfig |
Configures a TabFolderLayoutDecorator prior to use.
|
Copyright © 2015. All Rights Reserved.