Class FormLayout.PreferredHeightMeasure

java.lang.Object
com.jgoodies.forms.layout.FormLayout.CachingMeasure
com.jgoodies.forms.layout.FormLayout.PreferredHeightMeasure
All Implemented Interfaces:
FormLayout.Measure, Serializable
Enclosing class:
FormLayout

private static final class FormLayout.PreferredHeightMeasure extends FormLayout.CachingMeasure
Measures a component by computing its preferred height.
  • Constructor Details

  • Method Details

    • sizeOf

      public int sizeOf(Component c)
      Description copied from interface: FormLayout.Measure
      Computes and returns the size of the given Component.
      Parameters:
      c - the component to measure
      Returns:
      the component's size