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 Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method clears all the fields of the layout constraints.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hasPreferredLocation

      public boolean hasPreferredLocation
      Deprecated, for removal: This API element is subject to removal in a future version.
    • preferredX

      public double preferredX
      Deprecated, for removal: This API element is subject to removal in a future version.
    • preferredY

      public double preferredY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hasPreferredSize

      public boolean hasPreferredSize
      Deprecated, for removal: This API element is subject to removal in a future version.
    • preferredWidth

      public double preferredWidth
      Deprecated, for removal: This API element is subject to removal in a future version.
    • preferredHeight

      public double preferredHeight
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • BasicEntityConstraint

      public BasicEntityConstraint()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • clear

      public void clear()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: LayoutConstraint
      This method clears all the fields of the layout constraints. This should not be called outside the layout package
      Specified by:
      clear in interface LayoutConstraint