Class BorderData

java.lang.Object
org.eclipse.swt.layout.BorderData

public final class BorderData extends Object
Controls the several aspects of a BorderLayout.
Since:
3.119
  • Field Details

    • cachedSize

      private final Map<Control,Point> cachedSize
    • hHint

      public int hHint
    • wHint

      public int wHint
    • region

      public int region
  • Constructor Details

  • Method Details

    • getSize

      Point getSize(Control control)
    • computeSize

      Point computeSize(Control control, int wHint, int hHint, boolean changed)
    • flushCache

      void flushCache(Control control)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRegionString

      static String getRegionString(int region)
    • getRegion

      int getRegion()
      Returns:
      the region of this BorderData or SWT.NONE if it is out of range