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 intDeprecated.static final intDeprecated.static final intDeprecated.
-
Field Details
-
NONE
Deprecated.Default layout style constant.- See Also:
-
NO_LAYOUT_NODE_RESIZING
Deprecated.Layout constant indicating that the layout algorithm should NOT resize any of the nodes.- See Also:
-
ENFORCE_BOUNDS
Deprecated.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.