Package org.eclipse.zest.layouts
Interface LayoutStyles
Deprecated, for removal: This API element is subject to removal in a future version.
- @noextend
- This interface is not intended to be extended by clients.
- @noimplement
- This interface is not intended to be implemented by clients.
- @noreference
- This interface is not intended to be referenced by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated, for removal: This API element is subject to removal in a future version.Some layouts may prefer to expand their bounds beyond those of the requested bounds.static final int
Deprecated, for removal: This API element is subject to removal in a future version.Layout constant indicating that the layout algorithm should NOT resize any of the nodes.static final int
Deprecated, for removal: This API element is subject to removal in a future version.Default layout style constant.
-
Field Details
-
NONE
static final int NONEDeprecated, for removal: This API element is subject to removal in a future version.Default layout style constant.- See Also:
-
NO_LAYOUT_NODE_RESIZING
static final int NO_LAYOUT_NODE_RESIZINGDeprecated, for removal: This API element is subject to removal in a future version.Layout constant indicating that the layout algorithm should NOT resize any of the nodes.- See Also:
-
ENFORCE_BOUNDS
static final int ENFORCE_BOUNDSDeprecated, for removal: This API element is subject to removal in a future version.Some layouts may prefer to expand their bounds beyond those of the requested bounds. This flag asks the layout not to do so.- See Also:
-
TreeLayoutAlgorithm.isResizing()
). This interface will be removed in a future release.