Eclipse Draw2d
2.1

org.eclipse.draw2d
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 Summary
 Insets insets
          Insets of ScrollPane
 boolean showH
          Show horizontal scrollbar boolean
 boolean showV
          Show vertical scrollbar boolean
 Rectangle viewportArea
          Area of ScrollPane's viewport
 
Constructor Summary
ScrollPaneSolver.Result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

ScrollPaneSolver.Result

public ScrollPaneSolver.Result()

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.