Package | Description |
---|---|
org.drombler.commons.docking |
This package contains GUI toolkit agnostic classes of a Docking Framework.
|
Modifier and Type | Method and Description |
---|---|
static LayoutConstraintsDescriptor |
LayoutConstraintsDescriptor.flexible()
Gets a LayoutConstraintsDescriptor with a flexible width and a flexible height.
|
LayoutConstraintsDescriptor |
DockingAreaDescriptor.getLayoutConstraints()
Gets the layout constraints of the Docking Area.
|
static LayoutConstraintsDescriptor |
LayoutConstraintsDescriptor.getLayoutConstraints(double prefWidth,
double prefHeight)
Gets a LayoutConstraintsDescriptor with the specified preferred width and preferred height.
|
static LayoutConstraintsDescriptor |
LayoutConstraintsDescriptor.prefHeight(double prefHeight)
Gets a LayoutConstraintsDescriptor with the specified preferred height and a flexible width.
|
static LayoutConstraintsDescriptor |
LayoutConstraintsDescriptor.prefWidth(double prefWidth)
Gets a LayoutConstraintsDescriptor with the specified preferred width and a flexible height.
|
Modifier and Type | Method and Description |
---|---|
void |
DockingAreaDescriptor.setLayoutConstraints(LayoutConstraintsDescriptor layoutConstraints)
Sets the layout constraints of the Docking Area.
|
Copyright © 2012–2019 Drombler. All rights reserved.