Eclipse Draw2d
2.1

org.eclipse.draw2d
Class ScrollPaneSolver

java.lang.Object
  |
  +--org.eclipse.draw2d.ScrollPaneSolver

public class ScrollPaneSolver
extends Object


Nested Class Summary
static class ScrollPaneSolver.Result
           
 
Field Summary
static int ALWAYS
           
static int AUTOMATIC
           
static int NEVER
           
 
Constructor Summary
ScrollPaneSolver()
           
 
Method Summary
static ScrollPaneSolver.Result solve(Rectangle $REFclientArea, Viewport viewport, int hVis, int vVis, int vBarWidth, int hBarHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEVER

public static int NEVER

AUTOMATIC

public static int AUTOMATIC

ALWAYS

public static int ALWAYS
Constructor Detail

ScrollPaneSolver

public ScrollPaneSolver()
Method Detail

solve

public static ScrollPaneSolver.Result solve(Rectangle $REFclientArea,
                                            Viewport viewport,
                                            int hVis,
                                            int vVis,
                                            int vBarWidth,
                                            int hBarHeight)

Eclipse Draw2d
2.1

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