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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intDeprecated, 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 intDeprecated, 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 intDeprecated, for removal: This API element is subject to removal in a future version.Default layout style constant.
- 
Field Details- 
NONEstatic 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_RESIZINGstatic 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_BOUNDSstatic 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.