Draw2D v2.0

org.eclipse.draw2d
Class ScrollPaneSolver.Result

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

public static class ScrollPaneSolver.Result
extends Object


Field Summary
 boolean showH
           
 boolean showV
           
 
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

showV

public boolean showV
Constructor Detail

ScrollPaneSolver.Result

public ScrollPaneSolver.Result()

Draw2D v2.0