public final class MigLayout
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static IMigLayoutFactoryBuilder |
builder()
Gets a builder for an layout factory of an 'FlowLayout'
|
static ILayoutFactory<IMigLayout> |
create(MigLayoutDescriptor descriptor)
Creates a layout factory for 'MigLayout' with given
constraints defined by a
MigLayoutDescriptor |
static ILayoutFactory<IMigLayout> |
create(java.lang.String layoutConstraints)
Creates a layout factory for default 'MigLayout' with given constraints
|
static ILayoutFactory<IMigLayout> |
create(java.lang.String columnConstraints,
java.lang.String rowConstraints)
Creates a layout factory for 'MigLayout' with given constraints
|
static ILayoutFactory<IMigLayout> |
create(java.lang.String layoutConstraints,
java.lang.String columnConstraints,
java.lang.String rowConstraints)
Creates a layout factory for 'MigLayout' with given constraints
|
static ILayoutFactory<IMigLayout> |
get()
Gets a layout factory for an default 'MigLayout'
|
public static ILayoutFactory<IMigLayout> get()
public static ILayoutFactory<IMigLayout> create(java.lang.String layoutConstraints)
layoutConstraints
- The layout constraints to usepublic static ILayoutFactory<IMigLayout> create(java.lang.String columnConstraints, java.lang.String rowConstraints)
columnConstraints
- The column constraints to userowConstraints
- The row constraints to usepublic static ILayoutFactory<IMigLayout> create(java.lang.String layoutConstraints, java.lang.String columnConstraints, java.lang.String rowConstraints)
layoutConstraints
- The layout constraints to usecolumnConstraints
- The column constraints to userowConstraints
- The row constraints to usepublic static ILayoutFactory<IMigLayout> create(MigLayoutDescriptor descriptor)
MigLayoutDescriptor
descriptor
- The mig layout descriptor to usepublic static IMigLayoutFactoryBuilder builder()
Siehe auch Jowidgets Nutzerhandbuch