Class BasicEntityConstraint
java.lang.Object
org.eclipse.zest.layouts.constraints.BasicEntityConstraint
- All Implemented Interfaces:
- LayoutConstraint
@Deprecated(since="2.0",
            forRemoval=true)
public class BasicEntityConstraint
extends Object
implements LayoutConstraint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This class will be removed in a
             future release.
- @noextend
- This class is not intended to be subclassed by clients.
- @noreference
- This class is not intended to be referenced by clients.
- @noinstantiate
- This class is not intended to be instantiated by clients.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()Deprecated, for removal: This API element is subject to removal in a future version.This method clears all the fields of the layout constraints.
- 
Field Details- 
hasPreferredLocationpublic boolean hasPreferredLocationDeprecated, for removal: This API element is subject to removal in a future version.
- 
preferredXpublic double preferredXDeprecated, for removal: This API element is subject to removal in a future version.
- 
preferredYpublic double preferredYDeprecated, for removal: This API element is subject to removal in a future version.
- 
hasPreferredSizepublic boolean hasPreferredSizeDeprecated, for removal: This API element is subject to removal in a future version.
- 
preferredWidthpublic double preferredWidthDeprecated, for removal: This API element is subject to removal in a future version.
- 
preferredHeightpublic double preferredHeightDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
BasicEntityConstraintpublic BasicEntityConstraint()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
clearpublic void clear()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:LayoutConstraintThis method clears all the fields of the layout constraints. This should not be called outside the layout package- Specified by:
- clearin interface- LayoutConstraint
 
 
-