Interface ScrollablePolicy


public interface ScrollablePolicy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Scrollable adjustments are based on the minimum size
    static final int
    Scrollable adjustments are based on the natural size
  • Field Details

    • MINIMUM

      static final int MINIMUM
      Scrollable adjustments are based on the minimum size
      See Also:
    • NATURAL

      static final int NATURAL
      Scrollable adjustments are based on the natural size
      See Also: