Class ScrollPaneSolver.Result

java.lang.Object
org.eclipse.draw2d.ScrollPaneSolver.Result
Enclosing class:
ScrollPaneSolver

public static class ScrollPaneSolver.Result extends Object
Container class for the results of ScrollPaneSolver's solve method
  • Field Details

    • showH

      public boolean showH
      Show horizontal scrollbar boolean
    • showV

      public boolean showV
      Show vertical scrollbar boolean
    • viewportArea

      public Rectangle viewportArea
      Area of ScrollPane's viewport
    • insets

      public Insets insets
      Insets of ScrollPane
  • Constructor Details

    • Result

      public Result()