public final class BorderLayout
extends java.lang.Object
BorderLayoutConstraints
to
define the region to add to.Modifier and Type | Field and Description |
---|---|
static BorderLayoutConstraints |
BOTTOM
The bottom region
|
static BorderLayoutConstraints |
CENTER
The center region
|
static BorderLayoutConstraints |
LEFT
The left region
|
static BorderLayoutConstraints |
RIGHT
The right region
|
static BorderLayoutConstraints |
TOP
The top region
|
Modifier and Type | Method and Description |
---|---|
static IBorderLayoutFactoryBuilder |
builder()
Gets a builder for an layout factory of an 'BorderLayout'
|
static ILayoutFactory<ILayouter> |
get()
Gets a layout factory for an 'BorderLayout'
|
public static final BorderLayoutConstraints CENTER
public static final BorderLayoutConstraints LEFT
public static final BorderLayoutConstraints RIGHT
public static final BorderLayoutConstraints TOP
public static final BorderLayoutConstraints BOTTOM
public static ILayoutFactory<ILayouter> get()
public static IBorderLayoutFactoryBuilder builder()
Siehe auch Jowidgets Nutzerhandbuch